geforkt von Mirrors/Paper
Fix Block PistonMoveReaction
Dieser Commit ist enthalten in:
Ursprung
1dced6a2c5
Commit
67b763c5a7
@ -442,7 +442,7 @@ public class CraftBlock implements Block {
|
||||
}
|
||||
|
||||
public PistonMoveReaction getPistonMoveReaction() {
|
||||
return PistonMoveReaction.getById(getNMSBlock().getBlockData().getMaterial().getPushReaction().ordinal());
|
||||
return PistonMoveReaction.getById(getNMSBlock().h(getNMSBlock().fromLegacyData(getData())).ordinal());
|
||||
}
|
||||
|
||||
private boolean itemCausesDrops(ItemStack item) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren