Localizer for Minecraft Modpack.
If you want to translate to other languages than Japanese,
please add the language
option during initialization.
Can always get help with ModpackLocalizer.help
ModpackLocalizer::SNBT::Performer.new(language: "English")
ModpackLocalizer::JAR::Performer.new(language: "English")
or if no specific configs required
ModpackLocalizer.omakase(language: "English")
- Download release
- Make
.env
file - Add
OPENAI_API_KEY=your_api_key
to.env
- Optional: Add
OPENAI_MODEL=some_openai_model
to.env
(default: gpt-4o-mini) - Add
some.snbt
orquests
directory contents toquests
directory - Add
some.jar
files tomods
directory - Double click
start.bat
file - Check
output
directory
Which language do you want to translate to?
(default: Japanese)
Your country name
(default: Japan)
Which locale code do you want to use?
If you specified this, you don't need to specify the country.
(default: nil)
Do you want to exec in parallel?
(default: false)
Want to output OpenAI usage logs?
(default: true)
Words that you don't want to translate
(default: empty array)
Which language do you want to translate to?
(default: Japanese)
Want to display help?
(default: true)
Your country name
(default: Japan)
Which locale code do you want to use?
If you specified this, you don't need to specify the country.
(default: nil)