From 15c7bda5eaa25b451b44b7cb8cf2e0f602ad3e6d Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Mon, 25 Jul 2016 16:14:54 +1000 Subject: + Began work adding hot ingot system that uses GT to generate them. + Continued work on the GT-alike material class, from which to generate items. (Added Staballoy, Tantalloy 60 & 61, EnderIO Alloys, BR Materials) + Adding debug logging to the centrifuge. + Added Shading to Batteries, to differentiate them. + Added in blast furnace recipes for Staballoy. % Changed a few recipes and how they're handle. --- src/Java/miscutil/core/common/CommonProxy.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Java/miscutil/core/common') diff --git a/src/Java/miscutil/core/common/CommonProxy.java b/src/Java/miscutil/core/common/CommonProxy.java index 46a577bf4b..6bad498027 100644 --- a/src/Java/miscutil/core/common/CommonProxy.java +++ b/src/Java/miscutil/core/common/CommonProxy.java @@ -43,6 +43,7 @@ public class CommonProxy { tOreStack = (ItemStack) i$.next(); } } + new Meta_GT_Proxy(); } } -- cgit