`ArrayIndexOutOfBoundsException` potentially due to non-thread-safe code.
falxie opened this issue ยท 1 comments
Running version 2.1.1 and Forge 40.1.74 can sometimes result in errors during mod setup. The errors have a striking resemblance to the incompatibilities reported between moddingplayground/twigs-forge#5 and 1mphuls3/CreateCafe#38.
I think in this case it's possible that the incompatibility is between The Wild Backport and this mod both trying to register flammable blocks in an asynchronous event.
Closed by 158d2f4