[QoL potential bug] Lore text on enchantable items visually not mixing well
Shibva opened this issue ยท 1 comments
Describe the bug
On some of the item lore for items that can be enchanted, there's is a lack of indication of lore separating from Enchantments that make it seem like it's one blob of lore. This is not visually appealing.
To Reproduce
Should be self-explanatoy; for best results, enchant a Molten rod and you will see what I mean
Expected behavior
I'm thinking something could be done to fix this issue, whether it be via changing the text color or applying a new line to it.
This is in my scope of being able to contribute so I could make a pull request to propose changes to the log file; thought I would like to clarify what you would prefer out of these options:
- Change the color of the lore text
Or - Introduce a
\n
where needed to create a distinct space between lore and enchantments
Let me know what you prefer and I'll work on it :D