The LocalizedBook mod enhances your Minecraft experience by allowing the localization of hardcoded values such as 'name', 'landing_text', and 'subtitle' in Patchouli's book.json. This functionality is essential for modpack developers and content creators who wish to offer multilingual support for patchouli books from other mods that hardcode these values.
name, landing_text, and subtitle in Patchouli books.LocalizedBook and place it in your mods folder.To configure your books for localization:
.minecraft\config\localizedbook\mainconfig.toml.For example, to customize the Botania Lexicon:
"botania:lexicon" = ["Botania Guide", "Welcome to the world of Botania", "Your Guide to Botany and Magic"]
You can set any value to "default" to use the default value from the book.json.
After configuring your books, the changes will take effect in-game after you restart minecraft. Ensure that your book IDs are correctly entered to reflect the changes properly.
Enjoy a fully localized experience in your Minecraft modded environment!

Adds an ability to localize hardcoded 'name', 'landing_text' and 'subtitle' values in Patchouli's book.json.