Nauktis / SolarFlux

Mod for Minecraft - Adds solar panels that produce Redstone Flux
GNU General Public License v3.0
15 stars 8 forks source link

Crafting Issue #9

Closed lucacasonato closed 9 years ago

lucacasonato commented 9 years ago

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!

lucacasonato commented 9 years ago

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"));

Nauktis commented 9 years ago

Will fix ASAP :) Thanks for reporting the error!

Nauktis commented 9 years ago

Fixed, sorry for the delay