diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-12-31 15:22:02 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-12-31 15:22:02 +0000 |
commit | 0ebbaf88ecce9a0e6fcd84498a0e4f1bcf387331 (patch) | |
tree | 9b304c63e6b794a29e71df6e7082b4467b27432a /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | 3a9f2400d30a319990e2ec792fef963cb2f1d3df (diff) | |
download | GT5-Unofficial-0ebbaf88ecce9a0e6fcd84498a0e4f1bcf387331.tar.gz GT5-Unofficial-0ebbaf88ecce9a0e6fcd84498a0e4f1bcf387331.tar.bz2 GT5-Unofficial-0ebbaf88ecce9a0e6fcd84498a0e4f1bcf387331.zip |
+ Added the Adv. DT. (Locked to T1 for now)
+ Added 10 new casing blocks, with assembler recipes.
- Removed obsolete Chunkloading classes.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index 573937aeee..28692e25cb 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -132,6 +132,14 @@ public enum GregtechItemList implements GregtechItemContainer { * MultiBlocks */ + + // Tier GT++ Casings + GTPP_Casing_ULV, GTPP_Casing_LV, + GTPP_Casing_MV, GTPP_Casing_HV, + GTPP_Casing_EV, GTPP_Casing_IV, + GTPP_Casing_LuV, GTPP_Casing_ZPM, + GTPP_Casing_UV, GTPP_Casing_MAX, + //IronBlastFurnace Machine_Bronze_BlastFurnace Machine_Iron_BlastFurnace, Casing_IronPlatedBricks, @@ -288,6 +296,7 @@ public enum GregtechItemList implements GregtechItemContainer { Machine_Adv_BlastFurnace, Casing_Adv_BlastFurnace, Machine_Adv_ImplosionCompressor, + Machine_Adv_DistillationTower, //Advanced Vacuum Freezer |