Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed GPL-3.0-or-later
Published 5 days ago
Updated 6 days ago
Checklist Localizer
Make Checklist Mod support task localization!
You can localize it in the following ways:
TLDR: See example
First, create a new language file (e.g. en_us.json
).
Then you can use the text contents of config/checklist/tasks.txt
as a translation key to write the language file. As shown below:shown below:
{
"Example Title": "Localized Title",
"Task 1": "Localized Task 1",
"Task 2": "Localized Task 2"
}
Finally you'll be able to load it into the resource pack and load the resource pack in the game.