Alpha-s-Stuff / TinkersConstruct

Tinker a little, build a little, tinker a little more...
MIT License
85 stars 29 forks source link

[1.20.1] Crash on startup #68

Open ChromaPIE opened 12 months ago

ChromaPIE commented 12 months ago

Minecraft Version

1.20.1

Fabric/Quilt Version

0.14.22

Fabric/Quilt API Version

0.88.1+1.20.1

Hephaestus Version

1.20.1-3.6.3.232

Describe your issue

Crash on startup, the crash report didnt seem to related to Hephaestus but removing the mod fixes it, so it might be an inter-mod conflict.

Crash Report

https://mclo.gs/4grEVMD

Other mods

Shown in the crash report

Tried reproducing with just Tinkers?

No

Performance Enchancers

Sodium, Other (specify under other mods)

Searched for known issues?

Checked pinned issues, Searched open issues, Searched closed issues, Checked the FAQ

Traptonian commented 11 months ago

im having the same problem its a problem with hephaestus and create what that problem is idk

Cyan4235 commented 10 months ago

Looked into it further myself, and I think it has something to do with porting from forge to fabric. As that's where the errors seem to point to. The only conclusion I can come to with that, is that maybe it's trying to access something that existed in the Forge version of Create, but no longer exists in the Fabric version? Mind you I have very little to no experience in coding.

inikishev commented 8 months ago

only conclusion I can come to with that, is that maybe it's trying to access something that existed in the Forge version of Create, but no longer exists in the Fabric version? Mind you I have very little to no experience

create fabric uses forge porting lib and this mod also uses it but an outdated different version so they are incompatible