Add chicken egg lay sound

This commit is contained in:
Wuzzy 2017-02-23 14:59:01 +01:00
parent a253d59729
commit 755e2ab8d4
3 changed files with 7 additions and 3 deletions

View file

@ -108,7 +108,7 @@ mobs:register_mob("mobs_mc:chicken", {
minetest.add_item(pos, "mcl_throwing:egg")
minetest.sound_play("default_place_node_hard", {
minetest.sound_play("mobs_mc_chicken_lay_egg", {
pos = pos,
gain = 1.0,
max_hear_distance = 5,