diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2020-01-17 12:36:00 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2020-01-17 12:36:00 +0000 |
commit | 3f35b4b0183ea16d623cdcf74447a11f4734ce45 (patch) | |
tree | 695afdc9abf2a481ae261e5bafea45e90482dcb3 /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | 72696a0dd5ca5c0cb2a1017cc1e0bb36669d0ce7 (diff) | |
download | GT5-Unofficial-3f35b4b0183ea16d623cdcf74447a11f4734ce45.tar.gz GT5-Unofficial-3f35b4b0183ea16d623cdcf74447a11f4734ce45.tar.bz2 GT5-Unofficial-3f35b4b0183ea16d623cdcf74447a11f4734ce45.zip |
+ Added Zyngen.
% Adjusted Volcanus casing requirement from 10 to 9.
% Adjusted logging in RF convertor.
% Adjusted tooltip on Washplant to include information on water hatch.
$ Fixed coil handling being offset by a tier.
$ Fixed 9-1 breaking if an Input Bus didn't have a circuit.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 3 |
1 files changed, 3 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 2baf4157a6..cd4b0947e4 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -155,6 +155,9 @@ public enum GregtechItemList implements GregtechItemContainer { Industrial_Centrifuge, Casing_Centrifuge1, + // Large Alloy Smelter + Industrial_AlloySmelter, + //Coke Oven Industrial_CokeOven, Casing_CokeOven, |