Utils ported

This commit is contained in:
Sebastian Hartte
2020-06-28 15:47:44 +02:00
parent 46955643b9
commit f5412152a4
132 changed files with 488 additions and 528 deletions
@@ -56,7 +56,7 @@ public class GrinderBlockEntity extends AEBaseInvBlockEntity implements ICrankab
public void setOrientation(final Direction inForward, final Direction inUp) {
super.setOrientation(inForward, inUp);
final BlockState state = this.world.getBlockState(this.pos);
state.getBlock().neighborChanged(state, this.world, this.pos, state.getBlock(), this.pos, false);
state.getBlock().neighborUpdate(state, this.world, this.pos, state.getBlock(), this.pos, false);
}
@Override