Respackopts/src/main/resources/assets/respackopts/lang/en_us.json
JFronny 5cd0d91dd6
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/jfmod Pipeline was successful
feat: /rpoc execute to test muScript snippet
2023-08-14 17:06:18 +02:00

18 lines
1.1 KiB
JSON

{
"respackopts.loadFailed": "Failed to load resource packs",
"respackopts.loadError": "There is an issue with the resource pack configs. Please take a look at the game log",
"respackopts.configure": "Configure",
"respackopts.jfconfig.title": "ResPackOpts",
"respackopts.jfconfig.debugCommands": "Debug Commands",
"respackopts.jfconfig.debugLogs": "Debug Logs",
"respackopts.jfconfig.dashloaderCompat": "Dashloader compatibility",
"respackopts.invalid": "Invalid value",
"respackopts.dumpSucceeded": "Successfully dumped the resource to %s",
"respackopts.dumpFailed": "Could not dump the requested resource, look at your log for details",
"respackopts.reloadSucceeded": "Successfully reloaded resources and data",
"respackopts.reloadFailed": "Could not reload all resources, look at your log for details",
"respackopts.versionText": "Version %s using the respackotps meta version %s",
"respackopts.invalidId": "Invalid Identifier",
"respackopts.snippet.success": "Executed snippet and got: %s",
"respackopts.snippet.failed": "Snippet could not be executed: %s"
}