summaryrefslogtreecommitdiffstats
path: root/nms-patches/Block.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/Block.patch')
-rw-r--r--nms-patches/Block.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/nms-patches/Block.patch b/nms-patches/Block.patch
index 4f137abb..6631e445 100644
--- a/nms-patches/Block.patch
+++ b/nms-patches/Block.patch
@@ -1,6 +1,6 @@
---- ../work/decompile-8eb82bde//net/minecraft/server/Block.java 2014-11-28 17:43:42.913707439 +0000
-+++ src/main/java/net/minecraft/server/Block.java 2014-11-28 17:38:24.000000000 +0000
-@@ -295,7 +295,8 @@
+--- /home/matt/mc-dev-private//net/minecraft/server/Block.java 2015-02-26 22:40:22.155608144 +0000
++++ src/main/java/net/minecraft/server/Block.java 2015-02-26 22:40:22.159608144 +0000
+@@ -336,7 +336,8 @@
int j = this.getDropCount(i, world.random);
for (int k = 0; k < j; ++k) {
@@ -10,9 +10,9 @@
Item item = this.getDropType(iblockdata, world.random, i);
if (item != null) {
-@@ -920,4 +921,10 @@
- private static void a(int i, String s, Block block) {
- a(i, new MinecraftKey(s), block);
+@@ -1002,4 +1003,10 @@
+ return this.getBreakSound();
+ }
}
+
+ // CraftBukkit start