Merge remote-tracking branch 'origin/master' into fabric/master
# Conflicts: # src/main/java/appeng/tile/grid/AENetworkInvBlockEntity.java
This commit is contained in:
@@ -80,6 +80,10 @@ public abstract class AENetworkInvBlockEntity extends AEBaseInvBlockEntity imple
|
||||
@Override
|
||||
public void markRemoved() {
|
||||
super.markRemoved();
|
||||
// if the cached block state is not current, the following method may call
|
||||
// markForUpdate
|
||||
// and cause the block state to be changed back to non-air
|
||||
resetBlock();
|
||||
this.getProxy().remove();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user