Crash on start up.
LyingCak3 opened this issue ยท 2 comments
Complied EE3 and am getting a NullPointerException error upon start up of minecraft. Added this mod to my installation of Resonant Rise mod pack found on the ATLauncher. Using all those mods plus ICBM and Galactic craft.
Pastebin link of the crash report http://pastebin.com/B96FEPBm
Build was clean, and minecraft starts up no problems with just EE3 enabled (no other mods except forge).
https://github.com/pahimar/Equivalent-Exchange-3/blob/master/src/main/java/com/pahimar/ee3/core/helper/LogHelper.java#L43
^99% not the crash source, it was working fine before.
https://github.com/pahimar/Equivalent-Exchange-3/blob/master/src/main/java/com/pahimar/ee3/item/crafting/RecipesVanilla.java#L42
^Might be that
EDIT: Yup, probably the second link (was added in the most recent commit).