mirror of
https://github.com/Shiewk/ViewServerResources.git
synced 2026-04-28 03:44:17 +02:00
Rename
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
"gui.resourcepackprivacy.viewURLs": "View download URLs",
|
||||
"gui.resourcepackprivacy.downloading": "Downloading server resource pack from %s",
|
||||
"gui.resourcepackprivacy.config": "Config",
|
||||
"resourcepackprivacy.settings": "ResourcePackPrivacy Settings",
|
||||
"resourcepackprivacy.settings": "ViewServerResources Settings",
|
||||
"resourcepackprivacy.settings.whitelistedURLs": "Manage allowed URLs",
|
||||
"resourcepackprivacy.settings.whitelistedHosts": "Manage allowed pack hosts",
|
||||
"resourcepackprivacy.settings.broadcast": "Show downloaded pack URLs in chat: %s"
|
||||
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "resourcepackprivacy",
|
||||
"id": "viewserverresources",
|
||||
"version": "${version}",
|
||||
"name": "ResourcePackPrivacy",
|
||||
"description": "More Resource Pack Privacy",
|
||||
"name": "ViewServerResources",
|
||||
"description": "Allows you to view server resource pack URLs before downloading them",
|
||||
"authors": [],
|
||||
"contact": {},
|
||||
"license": "Apache-2.0",
|
||||
"icon": "assets/resourcepackprivacy/icon.png",
|
||||
"icon": "assets/viewserverresources/icon.png",
|
||||
"environment": "client",
|
||||
"entrypoints": {
|
||||
"client": [
|
||||
"de.shiewk.resourcepackprivacy.client.ResourcePackPrivacyClient"
|
||||
"de.shiewk.viewserverresources.client.ViewServerResourcesClient"
|
||||
],
|
||||
"main": [
|
||||
"de.shiewk.resourcepackprivacy.ResourcePackPrivacy"
|
||||
"de.shiewk.viewserverresources.ViewServerResourcesMod"
|
||||
],
|
||||
"modmenu": [
|
||||
"de.shiewk.resourcepackprivacy.client.ModMenuConfig"
|
||||
"de.shiewk.viewserverresources.client.ModMenuConfig"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"resourcepackprivacy.mixins.json"
|
||||
"viewserverresources.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=${loader_version}",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "de.shiewk.resourcepackprivacy.mixin",
|
||||
"package": "de.shiewk.viewserverresources.mixin",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"mixins": [],
|
||||
"client": [
|
||||
Reference in New Issue
Block a user