Merge branch 'scrench-size' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10

This commit is contained in:
Florian Nücke 2016-07-13 18:14:44 +02:00
commit 8e64739db0

View File

@ -27,6 +27,7 @@ import net.minecraftforge.common.util.ForgeDirection
))
class Wrench extends traits.SimpleItem with api.internal.Wrench {
setHarvestLevel("wrench", 1)
setMaxStackSize(1)
override def doesSneakBypassUse(world: World, x: Int, y: Int, z: Int, player: EntityPlayer): Boolean = true