diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2021-12-18 21:38:20 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2021-12-18 21:38:20 +0000 |
commit | 0acadd13d268476ccbf1e8bcac8df643092e28b0 (patch) | |
tree | e4a14404aecd2565254402f6e9ba8ec205ae0a6b /src/main/java/gtPlusPlus/xmod/gregtech/api | |
parent | 82f2d61465c1fcacfb5104115238c23da0783d0b (diff) | |
download | GT5-Unofficial-0acadd13d268476ccbf1e8bcac8df643092e28b0.tar.gz GT5-Unofficial-0acadd13d268476ccbf1e8bcac8df643092e28b0.tar.bz2 GT5-Unofficial-0acadd13d268476ccbf1e8bcac8df643092e28b0.zip |
Added MultiBlock Rock Breaker.
Added base work for GT Chisels.
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index 8c814489f2..71d6ae1d68 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -409,6 +409,12 @@ public enum GregtechItemList implements GregtechItemContainer { // Big Steam Macerator Controller_SteamMaceratorMulti, + + // Industrial Rock Breaker + Controller_IndustrialRockBreaker, + + // Industrial Chisel + Controller_IndustrialAutoChisel, // Custom Machine Casings Casing_Machine_Custom_1, @@ -705,6 +711,12 @@ public enum GregtechItemList implements GregtechItemContainer { //GT RTG RTG, + + // Chisel Machines + GT_Chisel_LV, + GT_Chisel_MV, + GT_Chisel_HV, + //Plasma Tank /*Plasma_Tank,*/ |