mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 03:36:47 -04:00
Fixed incomplete EnderI/O tool implementation on wrench.
This commit is contained in:
parent
70a7d0be5f
commit
446b388386
@ -92,6 +92,8 @@ class Wrench extends traits.SimpleItem with api.internal.Wrench {
|
||||
|
||||
def used(stack: ItemStack, player: EntityPlayer, pos: BlockPos): Unit = {}
|
||||
|
||||
def shouldHideFacades(stack: ItemStack, player: EntityPlayer): Boolean = false
|
||||
|
||||
// Mekanism
|
||||
|
||||
def canUseWrench(player: EntityPlayer, pos: BlockPos): Boolean = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user