Skip to content

Commit 18dab49

Browse files
committed
fix recipe for storage panel
1 parent c49124e commit 18dab49

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", "DBD", 'A', Blocks.redstone_torch, 'B', "slabWood", 'C', EZBlocks.storage_panel, 'D', "ingotGold"));
31+
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(portable_storage_panel), "ABA", "BCB", "DBD", 'A', Blocks.redstone_torch, 'B', "slabWood", 'C', EZBlocks.storage_core, 'D', "ingotGold"));
3232
GameRegistry.addRecipe(new PortableStoragePanelUpgradeRecipe());
3333
}
3434
}

0 commit comments

Comments
 (0)