forked from GeyserMC/Geyser
Fix banner block patterns
This commit is contained in:
parent
f9760b721c
commit
8807d5d9c6
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class BannerBlockEntityTranslator extends BlockEntityTranslator implement
|
||||||
|
|
||||||
if (tag.contains("Patterns")) {
|
if (tag.contains("Patterns")) {
|
||||||
ListTag patterns = tag.get("Patterns");
|
ListTag patterns = tag.get("Patterns");
|
||||||
tags.put("", BannerTranslator.convertBannerPattern(patterns));
|
tags.put("Patterns", BannerTranslator.convertBannerPattern(patterns));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tag.contains("CustomName")) {
|
if (tag.contains("CustomName")) {
|
||||||
|
|
Loading…
Reference in a new issue