[1.20.1] Fabric - Incomaptibility with Tinkerer's Smithing
FLSoz opened this issue ยท 1 comments
Fabric 1.20.1
sample log: https://mclo.gs/GllhrFf
It's crashing here: https://github.com/sisby-folk/tinkerers-smithing/blob/46db139f9236992501f8b763a42f301f95448e33/src/main/java/folk/sisby/tinkerers_smithing/TinkerersSmithingLoader.java#L282
Likely because of this:
Why is getName
set to client only?
Hello, thanks for the report. It seems like this @OnlyIn
annotation is a leftover from older minecraft versions and it is not required anymore, I have fixed it here 00e7c35 and will include this fix with the next 1.9.7 release