Darkhax-Minecraft / Enchantment-Descriptions

Displays descriptions about an enchantment on the tooltip.
93 stars 46 forks source link

[Fabric 1.19.2] Enchantment Description does not wrap tooltip text #169

Closed TelepathicGrunt closed 1 year ago

TelepathicGrunt commented 1 year ago

On Forge, Forge added a patch to wrap tooltip descriptions. However, on Fabric, this patch does not exist which causes the below picture to occur. Some of the vanilla enchantment descriptions provided by Enchantment Descriptions also goes offscreen without any other mods on.

Forge: image

Fabric: image

Fabric API does have an issue report asking for the automatic wrapping so you could either try and do wrapping yourself now or wait and see if Fabric API will get around to it soon. https://github.com/FabricMC/fabric/issues/2283

Darkhax commented 1 year ago

I've been outsourcing this to the Tooltip Fix mod, although this has been a huge source of issue reports for me so a Fabric level patch would be preferred.

Duplicate of #60