Skip to content

Commit 78e42d5

Browse files
committed
update recipe for portable storage panel
1 parent f7cc32c commit 78e42d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/zerofall/ezstorage/init/EZItems.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static void register() {
2828
}
2929

3030
public static void registerRecipes() {
31-
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(portable_storage_panel), "ABA", "BCB", "ABA", 'A', Blocks.redstone_torch, 'B', "slabWood", 'C', EZBlocks.storage_core));
31+
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(portable_storage_panel), "ABA", "BCB", "DBD", 'A', Blocks.redstone_torch, 'B', "slabWood", 'C', EZBlocks.storage_panel, 'D', "ingotGold"));
3232
GameRegistry.addRecipe(new PortableStoragePanelUpgradeRecipe());
3333
}
3434
}

0 commit comments

Comments
 (0)