team-abnormals / blueprint

Library that implements the framework of all Abnormals mods
https://www.curseforge.com/minecraft/mc-mods/blueprint
Other
114 stars 33 forks source link

Crash with Create v0.3.1c #116

Closed FrozenToothpaste closed 3 years ago

FrozenToothpaste commented 3 years ago

Just doesnt load at all

After Mojang screen I get: Create (create) has failed to load correctly.

java.lang.ExceptionInInitializerError: null

This was on Abnormals core v3.2.0. I reverted back to v3.1.1 and the game loaded

Wedge1453 commented 3 years ago

same issue, either add Optifine, or downgrade Abnormal Core and if you downgrade and try to access the Skin Customization menu, the game crashes here is my crash log: crash-2021-06-15_11.21.29-fml.txt

SmellyModder commented 3 years ago

This is technically an issue on Create's side. Forge added a PR to register new WoodTypes and Create was not designed to handle it. Create has fixed this issue in this commit: https://github.com/Creators-of-Create/Create/commit/785242d5b3a4b425ada6943d964ed98fe7440826 Also related to #112