From 249fa55a53d3011cd0223c0dc5673e9a7b81db8e Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 13 Mar 2025 20:52:29 +0000 Subject: fix wrong Potion data component --- azalea-inventory/src/components.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-inventory/src') diff --git a/azalea-inventory/src/components.rs b/azalea-inventory/src/components.rs index 2ff00d5b..1d92faf3 100644 --- a/azalea-inventory/src/components.rs +++ b/azalea-inventory/src/components.rs @@ -512,6 +512,7 @@ pub struct PotionContents { pub potion: Option, pub custom_color: Option, pub custom_effects: Vec, + pub custom_name: Option, } impl DataComponent for PotionContents { const KIND: DataComponentKind = DataComponentKind::PotionContents; -- cgit v1.2.3