From d5f700a2279ee19386609663c40471daf69d5fbb Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Thu, 5 Jan 2017 16:45:55 +1000 Subject: + 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. --- src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Java/gtPlusPlus/core/handler') 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(); } -- cgit