aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-10-05 19:59:52 +1000
committerAlkalus <draknyte1@hotmail.com>2017-10-05 19:59:52 +1000
commit7e86a106ba8411ba2c959d58562f0d941be801c5 (patch)
tree28392eedcd45883f08488084cc51634878d7a6cd /src/Java/gtPlusPlus/xmod/gregtech/api
parent830a2df78d4b28d2bb27b83d4117aaf8651dd87b (diff)
downloadGT5-Unofficial-7e86a106ba8411ba2c959d58562f0d941be801c5.tar.gz
GT5-Unofficial-7e86a106ba8411ba2c959d58562f0d941be801c5.tar.bz2
GT5-Unofficial-7e86a106ba8411ba2c959d58562f0d941be801c5.zip
+ Added Advanced Mixers, which can mix 4 inputs with up to 4 outputs.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java7
1 files changed, 6 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 c1413be384..2032555a7f 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
@@ -246,7 +246,12 @@ public enum GregtechItemList implements GregtechItemContainer {
Industrial_WashPlant,
//Semi-Fluid generators
- Generator_SemiFluid_LV, Generator_SemiFluid_MV, Generator_SemiFluid_HV,
+ Generator_SemiFluid_LV, Generator_SemiFluid_MV, Generator_SemiFluid_HV,
+
+ //Advanced Mixer 4x4
+ Machine_Advanced_LV_Mixer, Machine_Advanced_MV_Mixer, Machine_Advanced_HV_Mixer,
+ Machine_Advanced_EV_Mixer, Machine_Advanced_IV_Mixer, Machine_Advanced_LuV_Mixer,
+ Machine_Advanced_ZPM_Mixer, Machine_Advanced_UV_Mixer,