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.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/nms-patches/Block.patch b/nms-patches/Block.patch
index abff3dcd..1c99929a 100644
--- a/nms-patches/Block.patch
+++ b/nms-patches/Block.patch
@@ -1,6 +1,6 @@
--- a/net/minecraft/server/Block.java
+++ b/net/minecraft/server/Block.java
-@@ -213,7 +213,7 @@
+@@ -212,7 +212,7 @@
}
public Block(Block.Info block_info) {
@@ -9,7 +9,7 @@
this.a(blockstatelist_a);
this.blockStateList = blockstatelist_a.a(BlockData::new);
-@@ -428,7 +428,8 @@
+@@ -427,7 +427,8 @@
int j = this.getDropCount(iblockdata, i, world, blockposition, world.random);
for (int k = 0; k < j; ++k) {
@@ -19,7 +19,7 @@
Item item = this.getDropType(iblockdata, world, blockposition, i).getItem();
if (item != Items.AIR) {
-@@ -449,7 +450,13 @@
+@@ -448,7 +449,13 @@
EntityItem entityitem = new EntityItem(world, (double) blockposition.getX() + d0, (double) blockposition.getY() + d1, (double) blockposition.getZ() + d2, itemstack);
entityitem.n();
@@ -34,7 +34,7 @@
}
}
-@@ -668,7 +675,7 @@
+@@ -667,7 +674,7 @@
}
public String toString() {
@@ -43,7 +43,7 @@
}
public static boolean c(Block block) {
-@@ -1380,6 +1387,12 @@
+@@ -1406,6 +1413,12 @@
}