@@ -29,9 +29,9 @@
|
||||
+ return EnumInteractionResult.SUCCESS;
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
this.press(iblockdata, world, blockposition);
|
||||
this.playSound(entityhuman, world, blockposition, true);
|
||||
world.gameEvent((Entity) entityhuman, (Holder) GameEvent.BLOCK_ACTIVATE, blockposition);
|
||||
this.press(iblockdata, world, blockposition, entityhuman);
|
||||
return EnumInteractionResult.sidedSuccess(world.isClientSide);
|
||||
}
|
||||
@@ -195,11 +213,36 @@
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user