From d8e32913c3472a8250d3025fb67d29cea2bc7577 Mon Sep 17 00:00:00 2001 From: way2muchnoise Date: Mon, 14 Nov 2016 22:05:47 +0100 Subject: [PATCH] fixes #612, @raoulvdberge is bad and he should feel bad --- .../java/com/raoulvdberge/refinedstorage/proxy/ProxyCommon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/raoulvdberge/refinedstorage/proxy/ProxyCommon.java b/src/main/java/com/raoulvdberge/refinedstorage/proxy/ProxyCommon.java index cc6f95504..52c6ed814 100755 --- a/src/main/java/com/raoulvdberge/refinedstorage/proxy/ProxyCommon.java +++ b/src/main/java/com/raoulvdberge/refinedstorage/proxy/ProxyCommon.java @@ -521,7 +521,7 @@ public class ProxyCommon { )); // Storage Housing - GameRegistry.addRecipe(new ShapedOreRecipe(ItemStorageNBT.createStackWithNBT(new ItemStack(RSItems.STORAGE_HOUSING)), + GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(RSItems.STORAGE_HOUSING), "GRG", "R R", "EEE",