1
mirror of https://github.com/Shiewk/ViewServerResources.git synced 2026-04-28 03:44:17 +02:00

Allow viewing resource pack URLs

This commit is contained in:
Shy
2024-08-24 13:01:23 +02:00
parent f45a0d847d
commit deefdf90c3
8 changed files with 228 additions and 1 deletions
@@ -0,0 +1,12 @@
{
"gui.resourcepackprivacy.confirmScreen": "Confirm Server Resource Pack",
"gui.resourcepackprivacy.accept": "Accept once",
"gui.resourcepackprivacy.decline": "Decline once",
"gui.resourcepackprivacy.url": "The pack will be downloaded from: %s",
"gui.resourcepackprivacy.urls": "The packs will be downloaded from: %s",
"gui.resourcepackprivacy.alwaysURL": "Always accept this URL",
"gui.resourcepackprivacy.alwaysURLs": "Always accept these URLs",
"gui.resourcepackprivacy.alwaysHost": "Always accept packs from %s",
"gui.resourcepackprivacy.viewURL": "View download URL",
"gui.resourcepackprivacy.viewURLs": "View download URLs"
}
@@ -6,7 +6,9 @@
"mixins": [
],
"client": [
"AccessorConfirmServerResourcePackScreen",
"AccessorConfirmServerResourcePackScreenPack",
"MixinClientCommonNetworkHandler"
],
"injectors": {
"defaultRequire": 1