[Fix] Default sound for plants (quiqueck/BetterEnd#227)

This commit is contained in:
Frank 2023-06-17 12:37:20 +02:00
parent f119b7d68b
commit 3b3372ad6e

View file

@ -27,6 +27,7 @@ public class BehaviourBuilders {
.mapColor(color)
.noOcclusion()
.instabreak()
.sound(SoundType.GRASS)
.pushReaction(PushReaction.DESTROY);
}