aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/item/tool
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2017-01-14 15:42:43 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2017-01-14 15:42:43 +1000
commit881eece559ff4eb2646973de1717d795c16c543b (patch)
tree4cce79b3d1bc8ee6dc65f49741cb7663db64e945 /src/Java/gtPlusPlus/core/item/tool
parentc8612eb547b97653489e23108a1cbb6fb3a21f3c (diff)
downloadGT5-Unofficial-881eece559ff4eb2646973de1717d795c16c543b.tar.gz
GT5-Unofficial-881eece559ff4eb2646973de1717d795c16c543b.tar.bz2
GT5-Unofficial-881eece559ff4eb2646973de1717d795c16c543b.zip
$ Re-wrote the handling of Multitool generation, to allow my own materials to have tools.
% Bumped Multispade durability by 3x.
Diffstat (limited to 'src/Java/gtPlusPlus/core/item/tool')
-rw-r--r--src/Java/gtPlusPlus/core/item/tool/staballoy/MultiSpadeBase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/item/tool/staballoy/MultiSpadeBase.java b/src/Java/gtPlusPlus/core/item/tool/staballoy/MultiSpadeBase.java
index 511c6074ea..659086fe92 100644
--- a/src/Java/gtPlusPlus/core/item/tool/staballoy/MultiSpadeBase.java
+++ b/src/Java/gtPlusPlus/core/item/tool/staballoy/MultiSpadeBase.java
@@ -42,7 +42,7 @@ public class MultiSpadeBase extends StaballoySpade{
this.setTextureName("minecraft"+":"+"iron_shovel");
this.FACING_HORIZONTAL=true;
this.setMaxStackSize(1);
- this.setMaxDamage(materialDurability);
+ this.setMaxDamage(materialDurability*3);
this.colour = colour;
this.materialName = material.name();
this.setCreativeTab(AddToCreativeTab.tabTools);