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())
|
if (!IC2Duplicates.deduplicate())
|
||||||
RebornCraftingHelper
|
RebornCraftingHelper
|
||||||
.addShapedOreRecipe(IC2Duplicates.SOLAR_PANEL.getStackBasedOnConfig(), "PPP", "SZS", "CGC", 'P',
|
.addShapedOreRecipe(IC2Duplicates.SOLAR_PANEL.getStackBasedOnConfig(), "PPP", "SZS", "CGC", 'P',
|
||||||
"paneGlass", 'S', "platelazurite", 'Z',
|
"paneGlass", 'S', "plateLazurite", 'Z',
|
||||||
"plateCarbon", 'G',
|
"plateCarbon", 'G',
|
||||||
IC2Duplicates.GENERATOR.getStackBasedOnConfig(), 'C',
|
IC2Duplicates.GENERATOR.getStackBasedOnConfig(), 'C',
|
||||||
"circuitBasic");
|
"circuitBasic");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue