1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

Fix stupid

This commit is contained in:
EnderKill98 2025-08-02 02:48:30 +02:00
parent d1e67703eb
commit f631b0733f

View file

@ -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)