summaryrefslogtreecommitdiffstats
path: root/nms-patches/ItemRecord.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/ItemRecord.patch')
-rw-r--r--nms-patches/ItemRecord.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/nms-patches/ItemRecord.patch b/nms-patches/ItemRecord.patch
new file mode 100644
index 00000000..7507049d
--- /dev/null
+++ b/nms-patches/ItemRecord.patch
@@ -0,0 +1,17 @@
+--- ../work/decompile-73f3c166/net/minecraft/server/ItemRecord.java 2015-04-10 21:23:03.674603339 +1000
++++ src/main/java/net/minecraft/server/ItemRecord.java 2015-04-10 21:23:03.678603362 +1000
+@@ -22,10 +22,14 @@
+ if (world.isClientSide) {
+ return true;
+ } else {
++ // CraftBukkit Start
++ /*
+ ((BlockJukeBox) Blocks.JUKEBOX).a(world, blockposition, iblockdata, itemstack);
+ world.a((EntityHuman) null, 1005, blockposition, Item.getId(this));
+ --itemstack.count;
+ entityhuman.b(StatisticList.X);
++ */
++ // CraftBukkit End
+ return true;
+ }
+ } else {