diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-02-14 14:11:53 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-02-14 14:11:53 +0000 |
commit | eac99971c9b4693d4e918038f38e6a9856d87d4e (patch) | |
tree | f2b078c6e87802dc9f56ebf0c680e6f3535fbf19 /src/Java/gtPlusPlus/xmod/gregtech/common | |
parent | a7cf24d87bbe776018ffe0c5bb9a8436151ffad6 (diff) | |
download | GT5-Unofficial-eac99971c9b4693d4e918038f38e6a9856d87d4e.tar.gz GT5-Unofficial-eac99971c9b4693d4e918038f38e6a9856d87d4e.tar.bz2 GT5-Unofficial-eac99971c9b4693d4e918038f38e6a9856d87d4e.zip |
- Removed parent achievement from Assembly Line recipes.
- Temporarily disabled custom achievement handler.
$ Dirty fix for Assembly Line recipe handling.
$ Fixed my own achievement handler never setting it's state properly.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java | 2 |
1 files changed, 1 insertions, 1 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 055c1aa27d..0db8e94614 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java @@ -100,7 +100,7 @@ public class Meta_GT_Proxy { } public void postInit() { - mAssemblyAchievements = new AssLineAchievements(); + //mAssemblyAchievements = new AssLineAchievements(); } public static TileEntity constructCustomGregtechMetaTileEntityByMeta(int aMeta) { |