From 2636ccdd67b5f33421ab7f9152021bc4ebc147b3 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Tue, 7 Feb 2017 20:16:24 +0300 Subject: Fixed an ore dictionary recipes of Iron workbench which using wrong set of items. Fixed wire recipe input. All recipes of Iron workbench now use fluid container input and will drop an empty container. --- ihl/utils/IHLUtils.java | 1 - 1 file changed, 1 deletion(-) (limited to 'ihl/utils/IHLUtils.java') diff --git a/ihl/utils/IHLUtils.java b/ihl/utils/IHLUtils.java index 5099727..cba20b5 100644 --- a/ihl/utils/IHLUtils.java +++ b/ihl/utils/IHLUtils.java @@ -915,7 +915,6 @@ public class IHLUtils is.stackTagCompound.setBoolean("firstConnection",false); is.stackTagCompound.setInteger("fullLength", length); is.stackTagCompound.setInteger("length", length); - is.stackTagCompound.setBoolean("firstConnection", false); is.stackTagCompound.setString("material", material); is.stackTagCompound.setInteger("transverseSection",transverseSection); return is; -- cgit v1.2.3