Enchantment Descriptions

Enchantment Descriptions

148M Downloads

[Fabric 1.19.2] Enchantment Description does not wrap tooltip text

TelepathicGrunt opened this issue ยท 1 comments

commented

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. FabricMC/fabric#2283

commented

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