broken IndustrialCraft compatibility
0Navis0 opened this issue ยท 8 comments
The 2.7.33 IndustrialCraft version causes CommonCompability to crash. https://pastebin.com/yBB8AyW4
You may want to report this to the IC2 developers as well.
This part of the crashlog looks suspicious:
Caused by: java.lang.NullPointerException
at ic2.core.util.ConfigUtil.getBool(ConfigUtil.java:83)
at ic2.core.item.tool.ItemToolWrench.<clinit>(ItemToolWrench.java:200)
The crash is from loading before IC2, so the config hasn't generated properly yet. Which means when the wrench tries to get a value from the config, it's not initialised properly, so ends up trying to get the property from a null section.
after:IC2
in the @Mod
dependencies should be enough to ensure it loads properly.
Great! All I want is to just be able to use Integrated Dynamics with IC2 again as soon as possible