mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-11 08:16:19 -04:00
Merge branch 'scrench-size' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10
This commit is contained in:
commit
8e64739db0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user