diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-07-03 15:03:44 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-07-03 15:03:44 +1000 |
commit | 5ae801c9fff5d1c62fa0532c0e7e2dd3c898db6b (patch) | |
tree | 87164706af2044fda0ad682561c2f1343e4a4b00 /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | 269f39076c17abc4ba89b990e26e9bac905c1f70 (diff) | |
download | GT5-Unofficial-5ae801c9fff5d1c62fa0532c0e7e2dd3c898db6b.tar.gz GT5-Unofficial-5ae801c9fff5d1c62fa0532c0e7e2dd3c898db6b.tar.bz2 GT5-Unofficial-5ae801c9fff5d1c62fa0532c0e7e2dd3c898db6b.zip |
$ Fixed most of the issues with the Atmospheric Conditioners.
+ Added a dev machine to create pollution.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index 3e63f63a20..384fe995a4 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -167,7 +167,10 @@ public enum GregtechItemList implements GregtechItemContainer { //Fancy Pollution Devices Pollution_Detector, Pollution_Cleaner_ULV, Pollution_Cleaner_LV, Pollution_Cleaner_MV, Pollution_Cleaner_HV, Pollution_Cleaner_EV, - Pollution_Cleaner_IV, Pollution_Cleaner_LuV, Pollution_Cleaner_ZPM, Pollution_Cleaner_UV, Pollution_Cleaner_MAX + Pollution_Cleaner_IV, Pollution_Cleaner_LuV, Pollution_Cleaner_ZPM, Pollution_Cleaner_UV, Pollution_Cleaner_MAX, + + //Debug machine + Pollution_Creator ; public static final GregtechItemList[] |