geforkt von Mirrors/Paper
Fix Block PistonMoveReaction
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
a9afd0a670
Commit
7e3f873771
@ -442,7 +442,7 @@ public class CraftBlock implements Block {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public PistonMoveReaction getPistonMoveReaction() {
|
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) {
|
private boolean itemCausesDrops(ItemStack item) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren