summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockOre.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockOre.patch')
-rw-r--r--nms-patches/BlockOre.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/BlockOre.patch b/nms-patches/BlockOre.patch
index cbe3d905..4e995e40 100644
--- a/nms-patches/BlockOre.patch
+++ b/nms-patches/BlockOre.patch
@@ -1,6 +1,6 @@
--- a/net/minecraft/server/BlockOre.java
+++ b/net/minecraft/server/BlockOre.java
-@@ -37,6 +37,7 @@
+@@ -39,6 +39,7 @@
public void dropNaturally(World world, BlockPosition blockposition, IBlockData iblockdata, float f, int i) {
super.dropNaturally(world, blockposition, iblockdata, f, i);
@@ -8,7 +8,7 @@
if (this.getDropType(iblockdata, world.random, i) != Item.getItemOf(this)) {
int j = 0;
-@@ -54,13 +55,42 @@
+@@ -56,13 +57,42 @@
this.dropExperience(world, blockposition, j);
}