diff --git a/src/Output/ItemStyle/ArmorItemStyleGenerator.php b/src/Output/ItemStyle/ArmorItemStyleGenerator.php index 378e8ed..2dc4663 100644 --- a/src/Output/ItemStyle/ArmorItemStyleGenerator.php +++ b/src/Output/ItemStyle/ArmorItemStyleGenerator.php @@ -76,6 +76,9 @@ protected function createItemStyles(bool $fallbackTexture = false): array $prefix = $this->item->getGenerator()->getPrefix(); $name = substr($this->item->getLocator(), 10); $armorMaterial = explode("_", $name)[0]; + if ($armorMaterial === "golden") { + $armorMaterial = "gold"; + } $styles = [ (new PropertyListEntry($this->getCssSelector()))