HomeJavaModsChecklist Localizer
Checklist Localizer

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.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more