mirror of
https://github.com/Shiewk/ViewServerResources.git
synced 2026-04-28 03:44:17 +02:00
Allow management of whitelisted URLs and hosts through Mod Menu
This commit is contained in:
@@ -9,5 +9,9 @@
|
||||
"gui.resourcepackprivacy.alwaysHost": "Always accept packs from %s",
|
||||
"gui.resourcepackprivacy.viewURL": "View download URL",
|
||||
"gui.resourcepackprivacy.viewURLs": "View download URLs",
|
||||
"gui.resourcepackprivacy.downloading": "Downloading server resource pack from %s"
|
||||
"gui.resourcepackprivacy.downloading": "Downloading server resource pack from %s",
|
||||
"gui.resourcepackprivacy.config": "Config",
|
||||
"resourcepackprivacy.settings": "ResourcePackPrivacy Settings",
|
||||
"resourcepackprivacy.settings.whitelistedURLs": "Manage allowed URLs",
|
||||
"resourcepackprivacy.settings.whitelistedHosts": "Manage allowed pack hosts"
|
||||
}
|
||||
@@ -15,6 +15,9 @@
|
||||
],
|
||||
"main": [
|
||||
"de.shiewk.resourcepackprivacy.ResourcePackPrivacy"
|
||||
],
|
||||
"modmenu": [
|
||||
"de.shiewk.resourcepackprivacy.client.ModMenuConfig"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
|
||||
Reference in New Issue
Block a user