diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2017-01-05 16:45:55 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2017-01-05 16:45:55 +1000 |
commit | d5f700a2279ee19386609663c40471daf69d5fbb (patch) | |
tree | cffad2d2cfe557f3a3cea0830ac3b6b2665b58f9 /src/Java/gtPlusPlus/core | |
parent | e21a733f3a4ab0eba98830d4244dd7ac7b138ff9 (diff) | |
download | GT5-Unofficial-d5f700a2279ee19386609663c40471daf69d5fbb.tar.gz GT5-Unofficial-d5f700a2279ee19386609663c40471daf69d5fbb.tar.bz2 GT5-Unofficial-d5f700a2279ee19386609663c40471daf69d5fbb.zip |
+ Added a casing for the perimeter of the Tree Farmer structure.
$ Improved the structure formation of the Tree Farmer, it now works better when built.
+ Added a new texture for the Farm manager blocks, which surround the Tree Farming structure.
Diffstat (limited to 'src/Java/gtPlusPlus/core')
-rw-r--r-- | src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java b/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java index 2cf33823e4..1d0c9be34d 100644 --- a/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java +++ b/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java @@ -65,6 +65,7 @@ public class COMPAT_HANDLER { GregtechGeothermalThermalGenerator.run(); Gregtech4Content.run(); GregtechIndustrialFuelRefinery.run(); + GregtechTreeFarmerTE.run(); GregtechIndustrialTreeFarm.run(); } |