aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-04-16 17:23:05 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-04-16 17:23:05 +1000
commite6b5d70bfa92812d9bc7269c7cd432ebb4b860d0 (patch)
treee8c1b4eb8d9b4e30e1048be5e9e551d0cd642aa3 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java
parent6614f8e961edcf4f4dfe337b5ffe02e6b4ae3440 (diff)
downloadGT5-Unofficial-e6b5d70bfa92812d9bc7269c7cd432ebb4b860d0.tar.gz
GT5-Unofficial-e6b5d70bfa92812d9bc7269c7cd432ebb4b860d0.tar.bz2
GT5-Unofficial-e6b5d70bfa92812d9bc7269c7cd432ebb4b860d0.zip
% Multiblock Casing shapeless crafting now only grants one per craft in GTNH.
$ Fixed missing tooltips for UV/MAX PSS Batteries.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java
index 45ca6c56dc..f2ec97c42c 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java
@@ -35,7 +35,7 @@ public class CasingTextureHandler3 {
//Vanadium Redox MAX
return TexturesGtBlock.Casing_Redox_6.getIcon();
case 9:
- //Amazon Warehouse Casing
+ //Amazon Warehouse Casing
return TexturesGtBlock.TEXTURE_CASING_AMAZON.getIcon();
case 10:
return TexturesGtBlock._PlaceHolder.getIcon();