From 5cb4c6e24033cf337812390d99a6817d24d21eab Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sun, 12 Feb 2017 20:43:03 +0300 Subject: Removed explosion radius limitations. Explosion calculation optimized (reduced memory usage). One more detonator and explosive pack recipe. GT6 recipes for both chemical reactors and cryogenic distiller. Max stack size of muffle furnace is limited to 32. A lot of old features are removed. --- 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 a0bc53c..58bd594 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.617"; + public static final String MODVERSION = "0.619"; } -- cgit v1.2.3