[FEEDBACK] No longer possible to indent enchantment descriptions
Phoenixcresset opened this issue ยท 1 comments
Minecraft Version
1.21.1
Mod Loader
NeoForge
Feedback
It looks like at one point, it was possible via the config to set an indent size for how much the description will be indented compared to the enchantment name : #117
However, nowadays, there is only a prefix string available.
This may look alright for shorter descriptions, but if it is two lines or longer, as expected, the prefix will only be applied to the first line.
This does not look good and is not a perfect replacement to the previously mentionned indent size config, even though the comment in the config file says that the prefix config should be used to add indents.
I'm proposing to add back the previous indent size config.
Thank you for your time !
Thanks for reporting this issue. The indent feature you're talking about actually did the same thing behind the scenes, moving to a prefix just allows users to add their own prefixes with special characters rather than only limiting it to spaces. Not sure how to fix wrapping since it's handled independently by each mod loader.
