mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 20:30:28 +01:00
11 lines
594 B
Diff
11 lines
594 B
Diff
--- a/net/minecraft/server/ItemRecord.java
|
|
+++ b/net/minecraft/server/ItemRecord.java
|
|
@@ -22,6 +22,7 @@
|
|
|
|
if (iblockdata.getBlock() == Blocks.JUKEBOX && !((Boolean) iblockdata.get(BlockJukeBox.HAS_RECORD)).booleanValue()) {
|
|
if (!world.isClientSide) {
|
|
+ if (true) return EnumInteractionResult.SUCCESS; // CraftBukkit - handled in ItemStack
|
|
((BlockJukeBox) Blocks.JUKEBOX).a(world, blockposition, iblockdata, itemstack);
|
|
world.a((EntityHuman) null, 1010, blockposition, Item.getId(this));
|
|
--itemstack.count;
|