aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api/enums
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2017-12-07 16:31:29 +1000
committerJordan Byrne <draknyte1@hotmail.com>2017-12-07 16:31:29 +1000
commitc964170c46c7242097fcd3076ba61a7851191472 (patch)
tree81eb22545824445311f35eccc02b5f0a65f40e6c /src/Java/gtPlusPlus/xmod/gregtech/api/enums
parentdd5b8fefd5901d89982bb98455460900ccab6a7c (diff)
downloadGT5-Unofficial-c964170c46c7242097fcd3076ba61a7851191472.tar.gz
GT5-Unofficial-c964170c46c7242097fcd3076ba61a7851191472.tar.bz2
GT5-Unofficial-c964170c46c7242097fcd3076ba61a7851191472.zip
+ Added the component assembler. (Makes Motors, Pistons, etc.)
% More Nitro work.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/enums')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java6
1 files changed, 5 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 7a0df6c43c..fd548a208b 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
@@ -269,7 +269,11 @@ public enum GregtechItemList implements GregtechItemContainer {
Industrial_CuttingFactoryController,
//Tiny Fusion
- Miniature_Fusion,
+ Miniature_Fusion,
+
+ //Component Makers
+ Machine_LV_Component_Maker, Machine_MV_Component_Maker, Machine_HV_Component_Maker,
+ Machine_EV_Component_Maker, Machine_IV_Component_Maker,