SPIGOT-7809: Restore shield/banner conversion for base colours

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2024-07-03 20:21:13 +10:00
parent 292255a36a
commit 09b9a2110e
3 changed files with 69 additions and 8 deletions

View File

@@ -25,6 +25,8 @@ public class CraftBanner extends CraftBlockEntityState<TileEntityBanner> impleme
protected CraftBanner(CraftBanner state, Location location) {
super(state, location);
this.base = state.getBaseColor();
this.patterns = state.getPatterns();
}
@Override