mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-02 17:32:03 +01:00
Fix copying BlockStates with fields (eg, Banner)
By: md_5 <git@md-5.net>
This commit is contained in:
parent
6864ed6fba
commit
39994359d1
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue