aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/block/general
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-02-21 23:57:29 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-02-21 23:57:29 +1000
commit7a7f11e3db00369bb9386325064dd52000194597 (patch)
treefa0a2a2fea29897058f99e651ff445fa77c7ffb3 /src/Java/gtPlusPlus/core/block/general
parent694ca264a3540f2b396a00aa1031e3ba805c8e31 (diff)
downloadGT5-Unofficial-7a7f11e3db00369bb9386325064dd52000194597.tar.gz
GT5-Unofficial-7a7f11e3db00369bb9386325064dd52000194597.tar.bz2
GT5-Unofficial-7a7f11e3db00369bb9386325064dd52000194597.zip
$ Added PR #219 via reflective methods.
$ Locale fixes.
Diffstat (limited to 'src/Java/gtPlusPlus/core/block/general')
-rw-r--r--src/Java/gtPlusPlus/core/block/general/antigrief/BlockWitherProof.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/core/block/general/antigrief/BlockWitherProof.java b/src/Java/gtPlusPlus/core/block/general/antigrief/BlockWitherProof.java
index d093bf2e2f..3d97fb0aa3 100644
--- a/src/Java/gtPlusPlus/core/block/general/antigrief/BlockWitherProof.java
+++ b/src/Java/gtPlusPlus/core/block/general/antigrief/BlockWitherProof.java
@@ -30,9 +30,8 @@ public class BlockWitherProof extends Block{
this.setResistance(5000.0F);
this.setHarvestLevel("pickaxe", 3);
this.setStepSound(soundTypeMetal);
- LanguageRegistry.addName(this, "Wither Cage");
+ //LanguageRegistry.addName(this, "Wither Cage");
GameRegistry.registerBlock(this, Utils.sanitizeString("blockBlackGate"));
-
}
public String GetProperName(){