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:
parent
d1e67703eb
commit
f631b0733f
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ impl MaxStackSizeExt for azalea_registry::Item {
|
||||||
|| name.ends_with("_soup")
|
|| name.ends_with("_soup")
|
||||||
|| name.ends_with("_bundle")
|
|| name.ends_with("_bundle")
|
||||||
|| name.contains("music_disc_")
|
|| name.contains("music_disc_")
|
||||||
|| name.contains("_bed")
|
|| name.ends_with("_bed")
|
||||||
{
|
{
|
||||||
1
|
1
|
||||||
} else if [Self::Bucket, Self::EnderPearl, Self::Snowball, Self::Egg, Self::ArmorStand, Self::WrittenBook].contains(self)
|
} else if [Self::Bucket, Self::EnderPearl, Self::Snowball, Self::Egg, Self::ArmorStand, Self::WrittenBook].contains(self)
|
||||||
|
|
Loading…
Add table
Reference in a new issue