Fabric API

Fabric API

106M Downloads

Negative space font breaks when using Fabric API

LukeJS opened this issue ยท 5 comments

commented

https://github.com/AmberWat/NegativeSpaceFont

Using this resource pack and running

/tellraw @a [{"text": "Start", "color": "blue"},{"translate": "space.-11"},{"text": "End", "color": "red"}]

displays

image

when using Fabric Loader 0.14.19 and Fabric API 0.77.0+1.19.4

Removing Fabric API (but not Fabric loader) makes the font display correctly

image

commented

That sounds like #2943

commented

Have you got any other mods installed? I cannot reproduce this in a fabric API development env:
Screenshot 2023-04-05 at 11 45 45

A log file might also be helpful.

commented

No worries, glad its working ๐Ÿ‘

commented

Another resource pack was interfering with the translations, apologies for taking your time ๐Ÿคฆ

commented

There was still a discrepancy between vanilla/Fabric, I'm guessing the lang file load order from different resource packs is different or something, but can resolve this myself ๐Ÿ˜