mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
Various fixes; boats, minecarts, musicblocks
This commit is contained in:
@@ -54,6 +54,10 @@ public class ItemBlock extends Item {
|
||||
}
|
||||
}
|
||||
|
||||
if (itemstack.a == 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// CraftBukkit start - store the old data so we can undo it
|
||||
int oldMaterial = world.a(i, j, k);
|
||||
int oldData = world.b(i, j, k);
|
||||
|
Reference in New Issue
Block a user