@@ -13,6 +13,6 @@
|
||||
+ return new InteractionResultWrapper(EnumInteractionResult.PASS, itemstack);
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
if (!entityhuman.abilities.canInstantlyBuild) {
|
||||
itemstack.subtract(1);
|
||||
if (entityhuman instanceof EntityPlayer) {
|
||||
CriterionTriggers.x.a((EntityPlayer) entityhuman, blockposition1, itemstack);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user