Increase diff stability

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2023-09-22 02:57:13 +10:00
parent 8a3c8cfcd4
commit e903417936
27 changed files with 162 additions and 170 deletions

View File

@@ -24,7 +24,7 @@
dropResources(iblockdata, world, blockposition, tileentity, entityhuman, itemstack);
}
@@ -504,16 +510,24 @@
@@ -504,17 +510,25 @@
return this.builtInRegistryHolder;
}
@@ -42,12 +42,13 @@
}
+ return 0;
+ }
+
}
+ public int getExpDrop(IBlockData iblockdata, WorldServer worldserver, BlockPosition blockposition, ItemStack itemstack, boolean flag) {
+ return 0;
}
+ }
+ // CraftBukkit end
+
public static final class a {
private final IBlockData first;