ZestyBlaze / RootsClassic

Port of Roots 1 originally by Elucent (based on latest public MIT version)
MIT License
0 stars 7 forks source link

[Fabric 1.20.1] Crashes when trying to interact or put something in the Imbuer #5

Open kingkuys2123 opened 1 year ago

kingkuys2123 commented 1 year ago

Roots Classic 1.2.1-Fabric

Minecraft 1.20.1 Fabric 0.14.22 Fabric API 0.87.0

Crashed when trying to put an item inside the Imbuer

Crash No.1 - When trying to put a Spell Powder in https://pastebin.com/ynK4S1bX

Crash No.2 - When trying to put a Stick in https://pastebin.com/hMgUbCih

kingkuys2123 commented 1 year ago

Closing this issue to investigate further.

kingkuys2123 commented 1 year ago

Update: Probably caused by Porting Lib.

java.lang.NoClassDefFoundError: io/github/fabricators_of_create/porting_lib/tags/Tags$Items Caused by: java.lang.ClassNotFoundException: io.github.fabricators_of_create.porting_lib.tags.Tags$Items

https://pastebin.com/3145W58D

ZestyBlaze commented 1 year ago

Seems to be an outdated version of Porting Lib, is it manually installed on your client? Because Porting Lib moved their tags from Alpha's project to PL, that seems like Roots is trying to find it in PL but it can't because there is an outdated version

ZestyBlaze commented 1 year ago

It might be Snow Pig, I'll have to do some testing