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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user