aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-02-07 07:35:18 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-02-07 07:35:18 +0000
commit0410038d093905b77e5cf943afe02291dd4eef0c (patch)
treee922062db684a9bf747d5a2576907a677b32a7c0 /src/Java/gtPlusPlus/xmod/gregtech/common
parent5187791fd11da1e36f7e1c533bc46f7841772330 (diff)
downloadGT5-Unofficial-0410038d093905b77e5cf943afe02291dd4eef0c.tar.gz
GT5-Unofficial-0410038d093905b77e5cf943afe02291dd4eef0c.tar.bz2
GT5-Unofficial-0410038d093905b77e5cf943afe02291dd4eef0c.zip
$ More improvements to GT++ Assembly Line handling.
$ More safety and logging into Assembly Line ASM.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java b/src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java
index 2549144a2a..055c1aa27d 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java
@@ -95,13 +95,12 @@ public class Meta_GT_Proxy {
}
public void init() {
- mAssemblyAchievements = new AssLineAchievements();
scheduleCoverMapCleaner();
setValidHeatingCoilMetas();
}
public void postInit() {
-
+ mAssemblyAchievements = new AssLineAchievements();
}
public static TileEntity constructCustomGregtechMetaTileEntityByMeta(int aMeta) {