Fix copying BlockStates with fields (eg, Banner)
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -32,7 +32,7 @@ public class CraftBlockEntityState<T extends TileEntity> extends CraftBlockState
|
||||
super(state);
|
||||
this.tileEntity = createSnapshot(state.snapshot);
|
||||
this.snapshot = tileEntity;
|
||||
load(snapshot);
|
||||
loadData(state.getSnapshotNBT());
|
||||
}
|
||||
|
||||
public void refreshSnapshot() {
|
||||
|
||||
Reference in New Issue
Block a user