Solar Flux

Solar Flux

7M Downloads

Crafting Issue

lucacasonato opened this issue ยท 3 comments

commented

I am playing with a custom modpack of mine which does not have Thermal Expansion in it. (None of the COFH mods). I have a problem where i can craft all recipes shown in NEI from your mod exept for the Tier 3 solar panel. I find this very confusing. I hope you can get this fixed. Thank you!

PS:
Keep up the good work!

commented

Fixed, sorry for the delay

commented

Found the bug: Your trying to use a block of copper in a vanilla crafting recipe. Vanilla does not have copper in it:
GameRegistry.addRecipe(new ShapedOreRecipe(ModBlocks.mSolar3, "ppp", "scs", "sbs", 'p', ModItems.mSolarCell1, 's', ModBlocks.mSolar2, 'c', ModItems.mSolarCore2, 'b', "blockCopper"));

commented

Will fix ASAP :)
Thanks for reporting the error!