aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-04-24 17:55:18 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-04-24 17:55:18 +1000
commitddefc4f7b11a3c0fab7f89416beac017634e58e0 (patch)
tree154fe1f000448689a9ef5c2e0d1885e3144c2f6c /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java
parentea049ad62ba64a414fccfa5cbb875d72e7e94d00 (diff)
downloadGT5-Unofficial-ddefc4f7b11a3c0fab7f89416beac017634e58e0.tar.gz
GT5-Unofficial-ddefc4f7b11a3c0fab7f89416beac017634e58e0.tar.bz2
GT5-Unofficial-ddefc4f7b11a3c0fab7f89416beac017634e58e0.zip
% More work on rewriting the Tree Farmer.
% Renamed Tree Farmer Casing. % Cleaned up a few imports. $ Fixed assorted minor bugs with Multis. $ Fixed Issue with GT_Utilities via ASM.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java
index 8f107b8ab6..1c7109fad2 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java
@@ -60,7 +60,8 @@ public class CasingTextureHandler2 {
case 14:
return TexturesGtBlock.Casing_Material_RedSteel.getIcon();
case 15:
- if (aSide <2) {
+ return TexturesGtBlock.Casing_Machine_Acacia_Log.getIcon();
+ /*if (aSide <2) {
if (aSide == 1) {
return TexturesGtBlock.Casing_Machine_Podzol.getIcon();
}
@@ -68,7 +69,7 @@ public class CasingTextureHandler2 {
}
else {
return TexturesGtBlock.Casing_Machine_Farm_Manager.getIcon();
- }
+ }*/
default:
return TexturesGtBlock.Overlay_UU_Matter.getIcon();