mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-04 22:51:29 +01:00
Fix drops of StairBlocks
This commit is contained in:
parent
c6af919114
commit
67924529a0
@ -113,10 +113,6 @@ public class BlockStairs extends Block {
|
||||
this.a.remove(world, i, j, k);
|
||||
}
|
||||
|
||||
public void dropNaturally(World world, int i, int j, int k, int l, float f, int i1) {
|
||||
this.a.dropNaturally(world, i, j, k, 0, f, i1); // CraftBukkit - don't propagate stair direction
|
||||
}
|
||||
|
||||
public void b(World world, int i, int j, int k, Entity entity) {
|
||||
this.a.b(world, i, j, k, entity);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user