Write descriptions for lexicon categories
TheRealWormbo opened this issue ยท 0 comments
Mod Loader
Both Fabric and Forge (I confirm that I have tested both loaders and will specify both loader versions below)
Minecraft Version
1.20.1
Botania version
443
Modloader version
(any)
Modpack info
No response
The latest.log file
(n/a)
Issue description
Currently Botania reuses the category titles to also fill the description page for each category. Ideally these should be replaced with slightly longer descriptions of what to expect from the category, probably roughly half a page long as most.
Below is an example of the issue: Instead of saying "Mana Manipulation" twice, a more useful text for this category page would be nice.
Steps to reproduce
No response
Other information
To add a description, the description
property in each category page definition (JSON files under Xplat/src/main/resources/assets/botania/patchouli_books/lexicon/en_us/categories
) needs to be set to a different translation key (e.g. something like "botania.category.description."), and that same key needs to be added to the en_us.json
translation file.
The intention is somewhat related to the now unused entry tag lines, but descriptions can be slightly more verbose than that.