No, you got it wrong. There's a hard recipes mode in Advanced Solar Panels. The easy recipes don't require uu-matter or iridium.
Posts by hashLAB
-
-
Just got another client crash with Forge 859, ic2 experimental 170 and dev2 of levelstorage.
I just started the game and became this crash log:
http://pastebin.com/tanWw8txI don't think the real problem is levelstorage, but when i remove levelstorage, everything works fine.
The first three lines are pretty much everything you need to know:java.lang.NullPointerException
at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:27)
at makmods.levelstorage.proxy.CommonProxy.addSimpleCraftingRecipes(CommonProxy.java:76)So the real NullPointerException is in ic2.core.BasicMachineRecipeManager.addRecipe, but makmods.levelstorage.proxy.CommonProxy.addSimpleCraftingRecipes calls ic2.core.BasicMachineRecipeManager.addRecipe somehow and that's why the crash only happens when you install levelstorage.
Edit: I only get this crash with any ic2 experimental + any working forge 1.6 + levelstorage + Advanced Solar Panels by SeNtiMeL
-
Installing dev2 on a server will result in this crash:
http://pastebin.com/XMAzhQ8bI think the problem is courtesy of this class. The thing is the forge class EnumRarity is Clientside Only.
https://github.com/mak326428/L…age/item/SimpleItems.java