mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-12 08:50:04 -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 {
|
class Wrench extends traits.SimpleItem with api.internal.Wrench {
|
||||||
setHarvestLevel("wrench", 1)
|
setHarvestLevel("wrench", 1)
|
||||||
|
setMaxStackSize(1)
|
||||||
|
|
||||||
override def doesSneakBypassUse(world: World, x: Int, y: Int, z: Int, player: EntityPlayer): Boolean = true
|
override def doesSneakBypassUse(world: World, x: Int, y: Int, z: Int, player: EntityPlayer): Boolean = true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user