aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/core/common
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-07-25 16:14:54 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-07-25 16:14:54 +1000
commit15c7bda5eaa25b451b44b7cb8cf2e0f602ad3e6d (patch)
tree6355f38f197dfbed0e46cec85cfa6db6a4183243 /src/Java/miscutil/core/common
parent683c8e9c36330198922511750a1f25b6ce4d5f17 (diff)
downloadGT5-Unofficial-15c7bda5eaa25b451b44b7cb8cf2e0f602ad3e6d.tar.gz
GT5-Unofficial-15c7bda5eaa25b451b44b7cb8cf2e0f602ad3e6d.tar.bz2
GT5-Unofficial-15c7bda5eaa25b451b44b7cb8cf2e0f602ad3e6d.zip
+ 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.
Diffstat (limited to 'src/Java/miscutil/core/common')
-rw-r--r--src/Java/miscutil/core/common/CommonProxy.java1
1 files changed, 1 insertions, 0 deletions
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();
}
}