mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-16 11:55:09 +01:00
Modulized into: puzzle-base (update checker + config) puzzle-gui (unified config gui) puzzle-models (remove limitations) puzzle-blocks (custom render layers) puzzle-splashscreen (resourcepack-provided spash screen) Updated to 1.17
18 lines
763 B
JSON
Executable File
18 lines
763 B
JSON
Executable File
{
|
|
"puzzle.text.update_available":"An update is available!",
|
|
"puzzle.screen.title":"Puzzle Settings",
|
|
"puzzle.page.graphics":"Graphics Settings",
|
|
"puzzle.page.resources":"Resource Settings",
|
|
"puzzle.page.performance":"Performance Settings",
|
|
"puzzle.page.misc":"Miscellaneous Settings",
|
|
"puzzle.option.ctm":"Connected Textures",
|
|
"puzzle.option.inside_ctm":"Connect Inside Textures",
|
|
"puzzle.midnightconfig.title":"Title",
|
|
"puzzle.midnightconfig.showPuzzleInfo":"Show Puzzle Info",
|
|
"puzzle.midnightconfig.showPuzzleInfo.tooltip":"Show Puzzle Info",
|
|
"test.midnightconfig.title":"I am a title",
|
|
"test.midnightconfig.text":"I am a comment *u*",
|
|
"test.midnightconfig.showInfo":"Show Info",
|
|
"test.midnightconfig.showInfo.tooltip":"Show more information"
|
|
}
|