1
mirror of https://github.com/Shiewk/ViewServerResources.git synced 2026-04-28 03:44:17 +02:00
This commit is contained in:
Shy
2024-08-24 17:12:08 +02:00
parent ee4407928e
commit 02d1d8df8e
18 changed files with 74 additions and 75 deletions
@@ -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"
+8 -8
View File
@@ -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,7 +1,7 @@
{
"required": true,
"minVersion": "0.8",
"package": "de.shiewk.resourcepackprivacy.mixin",
"package": "de.shiewk.viewserverresources.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [],
"client": [