mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-02 17:32:03 +01:00
SPIGOT-7629: Fix loading banner patterns
By: md_5 <git@md-5.net>
This commit is contained in:
parent
42b7bb16d3
commit
83028e946f
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ public class CraftBlockEntityState<T extends TileEntity> extends CraftBlockState
|
|||
|
||||
public void applyComponents(DataComponentMap datacomponentmap, DataComponentPatch datacomponentpatch) {
|
||||
snapshot.applyComponents(datacomponentmap, datacomponentpatch);
|
||||
load(snapshot);
|
||||
}
|
||||
|
||||
public DataComponentMap collectComponents() {
|
||||
|
|
Loading…
Reference in a new issue