[1.20.1]Conflict between Create and Hephaestus causing server startup failure
windy664 opened this issue ยท 4 comments
Describe the Bug
When both Create and Hephaestus mods are present, the server fails to start due to a NoClassDefFoundError. Specifically, Hephaestus seems to be looking for a class from the Create mod (io/github/fabricators_of_create/porting_lib/entity/events/LivingEntityEvents) which it cannot find, causing the server to crash.
Reproduction Steps
- Install both Create (version 0.5.1d) and Hephaestus (version 1.20.1-3.6.3.222) on a Fabric server.
- Attempt to start the server.
- Observe the crash during the server startup process.
Expected Result
The server should start successfully with both mods without any conflicts or crashes.
Screenshots and Videos
No response
Crash Report or Log
Operating System
Windows10
Mod Version
0.5.1d
Minecraft Version
1.20.1
Other Mods
No response
Additional Context
No response
Hephaestus and Create are using different branches of porting lib
are there any plans to make create fabric work with hephaestus? or it's on the hephaestus devs?