Hephaestus Fabric

Hephaestus Fabric

1M Downloads

[1.20.1] Crash on startup

ChromaPIE opened this issue ยท 3 comments

commented

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

commented

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

commented

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.

commented

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