diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-05-17 11:08:01 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-05-17 11:08:01 +1000 |
commit | e72099798c9225d1c8ceed84e4a34150eade6fc7 (patch) | |
tree | 5e7ff6e8c73d80d9d0794508b0d88f75958e6c2d /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | 24a4507edcb66c590542e91baacae1f3706258e1 (diff) | |
download | GT5-Unofficial-e72099798c9225d1c8ceed84e4a34150eade6fc7.tar.gz GT5-Unofficial-e72099798c9225d1c8ceed84e4a34150eade6fc7.tar.bz2 GT5-Unofficial-e72099798c9225d1c8ceed84e4a34150eade6fc7.zip |
+ Added Fake Covers for ULV-MAX casings. Now you can hide your cables better.
% Migrated some recipes.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index 742304f918..933ec227ba 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -587,9 +587,14 @@ public enum GregtechItemList implements GregtechItemContainer { */ //Fluid Void Covers - Cover_Overflow_ULV, Cover_Overflow_LV, Cover_Overflow_MV, Cover_Overflow_HV, Cover_Overflow_EV, Cover_Overflow_IV, - + Cover_Overflow_ULV, Cover_Overflow_LV, Cover_Overflow_MV, Cover_Overflow_HV, Cover_Overflow_EV, Cover_Overflow_IV, + //Fake Hull Covers + FakeMachineCasingPlate_ULV, FakeMachineCasingPlate_LV, + FakeMachineCasingPlate_MV, FakeMachineCasingPlate_HV, + FakeMachineCasingPlate_EV, FakeMachineCasingPlate_IV, + FakeMachineCasingPlate_LuV, FakeMachineCasingPlate_ZPM, + FakeMachineCasingPlate_UV, FakeMachineCasingPlate_MAX, //---------------------------------------------------------------------------- |