Fabric API

Fabric API

106M Downloads

TextComponent causes a crash outside of a dev environment

raphydaphy opened this issue ยท 1 comments

commented

I don't understand why, but sometimes, when I create a TextComponent outside of a dev environment, it crashes. I made a barebones mod that demonstrates the bug - it occurs on startup every time you run this mod.

https://github.com/raphydaphy/SilkTest/blob/textcomponent/src/main/java/com/raphydaphy/silktest/SilkTest.java

This is the crash log
https://gist.github.com/raphydaphy/8f4e19be6110b5922fb1cd5647053a80

commented

Despite builds from two separate pc's, jitpack, google cloud build having this issue, I fixed the issue by using a jar from Draylar, which for some reason worked ???