SPIGOT-7809: Restore shield/banner conversion for base colours
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user