fixed omniwrench typo
This commit is contained in:
parent
0252872b55
commit
ca8c595a78
1 changed files with 2 additions and 2 deletions
|
@ -50,9 +50,9 @@ trait ModularCrowbar extends IToolCrowbar {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// Buildcraft wrench
|
||||
trait ModularWrench
|
||||
extends IToolWrench // Buildcraft wrench {
|
||||
extends IToolWrench {
|
||||
|
||||
def canWrench(player: EntityPlayer, x: Int, y: Int, z: Int): Boolean = {
|
||||
if (player.getCurrentEquippedItem != null && player.getCurrentEquippedItem.getItem.isInstanceOf[IModularItem]) {
|
||||
|
|
Loading…
Reference in a new issue