@@ -1,7 +1,7 @@
|
||||
--- a/net/minecraft/world/level/block/Block.java
|
||||
+++ b/net/minecraft/world/level/block/Block.java
|
||||
@@ -248,7 +248,13 @@
|
||||
EntityItem entityitem = new EntityItem(world, (double) blockposition.getX() + d0, (double) blockposition.getY() + d1, (double) blockposition.getZ() + d2, itemstack);
|
||||
@@ -354,7 +354,13 @@
|
||||
EntityItem entityitem = (EntityItem) supplier.get();
|
||||
|
||||
entityitem.defaultPickupDelay();
|
||||
- world.addEntity(entityitem);
|
||||
@@ -15,7 +15,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -279,7 +285,7 @@
|
||||
@@ -380,7 +386,7 @@
|
||||
|
||||
public void a(World world, EntityHuman entityhuman, BlockPosition blockposition, IBlockData iblockdata, @Nullable TileEntity tileentity, ItemStack itemstack) {
|
||||
entityhuman.b(StatisticList.BLOCK_MINED.b(this));
|
||||
@@ -24,8 +24,8 @@
|
||||
dropItems(iblockdata, world, blockposition, tileentity, entityhuman, itemstack);
|
||||
}
|
||||
|
||||
@@ -375,6 +381,12 @@
|
||||
return this;
|
||||
@@ -514,6 +520,12 @@
|
||||
return (ImmutableMap) this.stateDefinition.a().stream().collect(ImmutableMap.toImmutableMap(Function.identity(), function));
|
||||
}
|
||||
|
||||
+ // CraftBukkit start
|
||||
@@ -36,4 +36,4 @@
|
||||
+
|
||||
public static final class a {
|
||||
|
||||
private final IBlockData a;
|
||||
private final IBlockData first;
|
||||
|
||||
Reference in New Issue
Block a user