diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2017-01-04 15:25:08 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2017-01-04 15:25:08 +1000 |
commit | 2a8498a5344e4abff763bea21797088709adcee5 (patch) | |
tree | acfb214873cecde46b4283575200aadc154383ae /src/Java/gtPlusPlus/xmod/gregtech/api/enums | |
parent | 9d202338b1c4b18837bd5ac45f8b106e1eb447f4 (diff) | |
download | GT5-Unofficial-2a8498a5344e4abff763bea21797088709adcee5.tar.gz GT5-Unofficial-2a8498a5344e4abff763bea21797088709adcee5.tar.bz2 GT5-Unofficial-2a8498a5344e4abff763bea21797088709adcee5.zip |
+ Added the Tree Farmer.
+ Did a whole lot of work on it's logic, it now sort of assembles properly.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/enums')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 5 |
1 files changed, 4 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 a8c5095590..e04d95493c 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -143,7 +143,10 @@ public enum GregtechItemList implements GregtechItemContainer { ThoriumReactor, //Nuclear Fuel Processor - Industrial_FuelRefinery, + Industrial_FuelRefinery, + + //Tree Farm + Industrial_TreeFarm, ; public static final GregtechItemList[] |