[Fix] Default sound for plants (quiqueck/BetterEnd#227)
This commit is contained in:
parent
f119b7d68b
commit
3b3372ad6e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ public class BehaviourBuilders {
|
||||||
.mapColor(color)
|
.mapColor(color)
|
||||||
.noOcclusion()
|
.noOcclusion()
|
||||||
.instabreak()
|
.instabreak()
|
||||||
|
.sound(SoundType.GRASS)
|
||||||
.pushReaction(PushReaction.DESTROY);
|
.pushReaction(PushReaction.DESTROY);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue