Fix solar panel recipe
This commit is contained in:
parent
3e5f02ab4e
commit
2774407307
1 changed files with 1 additions and 1 deletions
|
@ -946,7 +946,7 @@ public class ModRecipes {
|
|||
if (!IC2Duplicates.deduplicate())
|
||||
RebornCraftingHelper
|
||||
.addShapedOreRecipe(IC2Duplicates.SOLAR_PANEL.getStackBasedOnConfig(), "PPP", "SZS", "CGC", 'P',
|
||||
"paneGlass", 'S', "platelazurite", 'Z',
|
||||
"paneGlass", 'S', "plateLazurite", 'Z',
|
||||
"plateCarbon", 'G',
|
||||
IC2Duplicates.GENERATOR.getStackBasedOnConfig(), 'C',
|
||||
"circuitBasic");
|
||||
|
|
Loading…
Add table
Reference in a new issue