ToolTipFix

ToolTipFix

4M Downloads

Empty lines are removed from tooltips

haykam821 opened this issue ยท 1 comments

commented

In item tooltips, lore lines with empty text are removed entirely. The following command gives the player an item that reproduces this issue:

give @s minecraft:egg{display:{Lore:['{"text":"Line 1"}','{"text":""}','{"text":"Line 3"}']}}
Expected Actual
Vanilla appearance of item tooltip Modded appearance of item tooltip
commented

Egg