Paper/nms-patches/ItemRecord.patch
2018-07-15 10:00:00 +10:00

11 lines
558 B
Diff

--- a/net/minecraft/server/ItemRecord.java
+++ b/net/minecraft/server/ItemRecord.java
@@ -34,6 +34,7 @@
ItemStack itemstack = itemactioncontext.getItemStack();
if (!world.isClientSide) {
+ if (true) return EnumInteractionResult.SUCCESS; // CraftBukkit - handled in ItemStack
((BlockJukeBox) Blocks.JUKEBOX).a((GeneratorAccess) world, blockposition, iblockdata, itemstack);
world.a((EntityHuman) null, 1010, blockposition, Item.getId(this));
itemstack.subtract(1);