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/xmod/gregtech/api/enums/GregtechItemList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/enums') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index e04d95493c..c50d4a2b80 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -146,7 +146,7 @@ public enum GregtechItemList implements GregtechItemContainer { Industrial_FuelRefinery, //Tree Farm - Industrial_TreeFarm, + Industrial_TreeFarm, TreeFarmer_Structural, ; public static final GregtechItemList[] -- cgit