Create

Create

86M Downloads

Orientation of Air

Piyotato opened this issue ยท 5 comments

commented

At a glance most of the logs appear to be the fault of ferritecore, as functions in create end up invoking the mixin it adds when trying to get the blockstate property. They also target forge 36.0.1 while you are using 36.1.16. Now I am not fully aware of any breaking changes between the two, but the issue is almost certainly that you aren't using compatible mods to the version of forge you are using. Go through and make sure the mod versions are at least all target a version of forge that targets 1.16.5 first (not all of them do) then see if issues still exist.

commented

I've removed the mod, but I'm still getting crashes.

commented

Try it with just the create mod and no others active, as it could still be a compatibility issue with Create and another mod you are using. If it still errors out with no other mods in use then it is a definite bug. Otherwise if it doesn't then just add mods back in one by one until you get the error to isolate which mod it has a compatibility issue with, and share which mod was causing the issue.

commented

Should be fixed by 2852756