@@ -12,7 +12,7 @@
|
||||
|
||||
public class TileEntityCampfire extends TileEntity implements Clearable, ITickable {
|
||||
|
||||
@@ -59,6 +64,20 @@
|
||||
@@ -55,6 +60,20 @@
|
||||
}).orElse(itemstack);
|
||||
BlockPosition blockposition = this.getPosition();
|
||||
|
||||
@@ -32,4 +32,4 @@
|
||||
+ // CraftBukkit end
|
||||
InventoryUtils.dropItem(this.world, (double) blockposition.getX(), (double) blockposition.getY(), (double) blockposition.getZ(), itemstack1);
|
||||
this.items.set(i, ItemStack.a);
|
||||
this.s();
|
||||
this.t();
|
||||
|
||||
Reference in New Issue
Block a user