Fix Block PistonMoveReaction
By: md_5 <git@md-5.net>
This commit is contained in:
parent
a9afd0a670
commit
7e3f873771
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue