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/xmod/gregtech/common/blocks | |
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/xmod/gregtech/common/blocks')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java index e9ffb7ad74..689b02474a 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java @@ -121,6 +121,11 @@ public class TexturesGtBlock { private static final CustomIcon Internal_Casing_Machine_Redstone_On = new CustomIcon("TileEntities/cover_redstone_emitter"); public static final CustomIcon Casing_Machine_Redstone_On = Internal_Casing_Machine_Redstone_On; + //MACHINE_CASING_FARM_MANAGER_STRUCTURAL + //Farm Manager Casings + private static final CustomIcon Internal_Casing_Machine_Farm_Manager = new CustomIcon("TileEntities/MACHINE_CASING_FARM_MANAGER_STRUCTURAL"); + public static final CustomIcon Casing_Machine_Farm_Manager = Internal_Casing_Machine_Farm_Manager; + //Overlays //Fan Textures private static final CustomIcon Internal_Overlay_Machine_Vent = new CustomIcon("TileEntities/machine_top_vent_rotating"); |