diff --git a/src/item/component/IconComponent.php b/src/item/component/IconComponent.php index 09c8b54..60147b3 100644 --- a/src/item/component/IconComponent.php +++ b/src/item/component/IconComponent.php @@ -17,6 +17,7 @@ public function getName(): string { public function getValue(): array { return [ + "texture" => $this->texture, "textures" => [ "default" => $this->texture ]