From 5bd7a4b11a37670a093fb68e0f5fb6fe8246191e Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 10 Aug 2025 20:07:35 -0400 Subject: revert PotDecorations structure update --- azalea-inventory/src/components.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-inventory/src/components.rs') diff --git a/azalea-inventory/src/components.rs b/azalea-inventory/src/components.rs index 09923af0..3da393e5 100644 --- a/azalea-inventory/src/components.rs +++ b/azalea-inventory/src/components.rs @@ -895,7 +895,7 @@ pub struct BaseColor { #[derive(Clone, PartialEq, AzBuf, Debug, Serialize)] #[serde(transparent)] pub struct PotDecorations { - pub items: [Item; 4], + pub items: Vec, } #[derive(Clone, PartialEq, AzBuf, Debug, Serialize)] -- cgit v1.2.3