From f631b0733fe0faabd4b988a90331b0cbe4c666db Mon Sep 17 00:00:00 2001 From: EnderKill98 Date: Sat, 2 Aug 2025 02:48:30 +0200 Subject: [PATCH] Fix stupid --- azalea-inventory/src/item/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azalea-inventory/src/item/mod.rs b/azalea-inventory/src/item/mod.rs index 927c9511..42051ac3 100644 --- a/azalea-inventory/src/item/mod.rs +++ b/azalea-inventory/src/item/mod.rs @@ -60,7 +60,7 @@ impl MaxStackSizeExt for azalea_registry::Item { || name.ends_with("_soup") || name.ends_with("_bundle") || name.contains("music_disc_") - || name.contains("_bed") + || name.ends_with("_bed") { 1 } else if [Self::Bucket, Self::EnderPearl, Self::Snowball, Self::Egg, Self::ArmorStand, Self::WrittenBook].contains(self)