aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api
diff options
context:
space:
mode:
authorAlkalus <Draknyte1@hotmail.com>2020-05-26 15:31:51 +0100
committerAlkalus <Draknyte1@hotmail.com>2020-05-26 15:31:51 +0100
commit7e38e60d2205d0ca89610ade667099398cc6cb57 (patch)
tree4b3c609b8ed18815519e486f27e8906d83640c54 /src/Java/gtPlusPlus/xmod/gregtech/api
parent8eb236fd8cc8189ccd0783aa4a6d2fbc48c319e2 (diff)
downloadGT5-Unofficial-7e38e60d2205d0ca89610ade667099398cc6cb57.tar.gz
GT5-Unofficial-7e38e60d2205d0ca89610ade667099398cc6cb57.tar.bz2
GT5-Unofficial-7e38e60d2205d0ca89610ade667099398cc6cb57.zip
+ Added two new Alloys. (Botmium and Laurenium)
+ Added four new Maching Casing blocks.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java8
1 files changed, 8 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 087858ae97..9c22258e45 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
@@ -396,6 +396,14 @@ public enum GregtechItemList implements GregtechItemContainer {
// Big Steam Macerator
Controller_SteamMaceratorMulti,
+ // Custom Machine Casings
+ Casing_Machine_Custom_1,
+ Casing_Machine_Custom_2,
+ Casing_Machine_Custom_3,
+ Casing_Machine_Custom_4,
+ Casing_Machine_Custom_5,
+ Casing_Machine_Custom_6,
+
//----------------------------------------------------------------------------