diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-10-22 13:23:21 +0100 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-10-22 13:23:21 +0100 |
commit | 9dfe88fb1a39b03bcd418409692938cb4ff557f1 (patch) | |
tree | 36ba6668d9a92339bf83a0dccc6ec09a7ab75979 /src/Java/gtPlusPlus/xmod/gregtech/api/enums | |
parent | f53caf47183769b5c39f65c3715715889db11718 (diff) | |
download | GT5-Unofficial-9dfe88fb1a39b03bcd418409692938cb4ff557f1.tar.gz GT5-Unofficial-9dfe88fb1a39b03bcd418409692938cb4ff557f1.tar.bz2 GT5-Unofficial-9dfe88fb1a39b03bcd418409692938cb4ff557f1.zip |
+ Added tiered Control Cores for all Multiblocks, which are now required to run.
+ Added new Bus for Control Cores.
$ Added packager recipes for all small/tiny dusts, Closes #395.
$ Increased amount of Cryotheum gained from Fluid Extraction to be inline with Pyrotheum. Closes #390.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/enums')
-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 baea21c3c3..fa4cb8a347 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -303,6 +303,9 @@ public enum GregtechItemList implements GregtechItemContainer { //XL Turbine Rotor Hatch Hatch_Turbine_Rotor, + + //Control Core + Hatch_Control_Core, //Custom Fluid Hatches Hatch_Input_Cryotheum, |