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/IHLModInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ihl/IHLModInfo.java') diff --git a/ihl/IHLModInfo.java b/ihl/IHLModInfo.java index 4fc82a8..a0bc53c 100644 --- a/ihl/IHLModInfo.java +++ b/ihl/IHLModInfo.java @@ -3,5 +3,5 @@ package ihl; public class IHLModInfo { public static final String MODID = "ihl"; public static final String MODNAME = "IHL Tools & Machines for IC2V2"; - public static final String MODVERSION = "0.612"; + public static final String MODVERSION = "0.617"; } -- cgit v1.2.3