Incompatibility with Create 6.0.0
unweeked opened this issue ยท 6 comments
When using Create 6.0.0 together with the newest version of Create: Connected on Forge 1.20.1, an Error occurs (also affecting Structure Gel API apparently):
When inspecting the error logs I see that there's a problem with the display link classes of create that can't be found.
java.lang.NoClassDefFoundError: com/simibubi/create/content/redstone/displayLink/DisplayBehaviour
This is the only error I saw directly related to create_connected, but I could be wrong. Most of the errors are related to another mod called structure_gel which is unrelated to this mod.
A lot has changed within Create so it's not just about fixing the apparent errors to support Create 6.0. Please be patient while I update features to use Create's new API and libraries.
Is there a list of things that would need to be done in order to port this to Create 6? Because I would be more than happy to help via pull requests and such.
