diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-11 16:34:30 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-11 16:34:30 +1000 |
commit | a6e89027a76f1a1d510803733dcceb33bd3dfcb7 (patch) | |
tree | 8fb0cc4232eb03e6bf51f2a5dc25beb15836ab30 /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | 55678a146fd8faa84eda81a6220a7bb81952d745 (diff) | |
download | GT5-Unofficial-a6e89027a76f1a1d510803733dcceb33bd3dfcb7.tar.gz GT5-Unofficial-a6e89027a76f1a1d510803733dcceb33bd3dfcb7.tar.bz2 GT5-Unofficial-a6e89027a76f1a1d510803733dcceb33bd3dfcb7.zip |
+ Re-added the Multitank without a recipe for testing in creative.
+ Gave the multitank it's own casings and textures.
$ Fixed a case where I used Materials.VALUES instead of Materials.values() to improve GT 5.9 compat.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 2 |
1 files changed, 1 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 4eb5c5bef3..6f492ef2b9 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -122,7 +122,7 @@ public enum GregtechItemList implements GregtechItemContainer { Fluid_Cell_1L, Fluid_Cell_16L, Fluid_Cell_36L, Fluid_Cell_144L, //Multitank - Industrial_MultiTank, Industrial_MultiTankDense; + Industrial_MultiTank, Industrial_MultiTankDense, Casing_MultitankExterior; public static final GregtechItemList[] DYE_ONLY_ITEMS = { |