Fix Block PistonMoveReaction

This commit is contained in:
md_5 2018-01-10 10:47:26 +11:00
parent 1dced6a2c5
commit 67b763c5a7

View File

@ -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) {