From 84a0509e0369c0a2295f95eeac4dc332d461c9a3 Mon Sep 17 00:00:00 2001 From: Raoul Van den Berge Date: Tue, 7 Jun 2016 21:19:53 +0200 Subject: [PATCH] Fixes issue #93 "More cable from current cable recipe." --- src/main/java/refinedstorage/proxy/CommonProxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/refinedstorage/proxy/CommonProxy.java b/src/main/java/refinedstorage/proxy/CommonProxy.java index d68b8154e..6613c4b69 100755 --- a/src/main/java/refinedstorage/proxy/CommonProxy.java +++ b/src/main/java/refinedstorage/proxy/CommonProxy.java @@ -208,7 +208,7 @@ public class CommonProxy { )); // Cable - GameRegistry.addRecipe(new ItemStack(RefinedStorageBlocks.CABLE, 6), + GameRegistry.addRecipe(new ItemStack(RefinedStorageBlocks.CABLE, 12), "EEE", "GRG", "EEE",