Add sound when walking on wool (#783)
This commit is contained in:
parent
510ca896cd
commit
928476c371
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ for i = 1, #dyes do
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
groups = {snappy = 2, choppy = 2, oddly_breakable_by_hand = 3,
|
groups = {snappy = 2, choppy = 2, oddly_breakable_by_hand = 3,
|
||||||
flammable = 3, wool = 1},
|
flammable = 3, wool = 1},
|
||||||
sounds = default.node_sound_defaults(),
|
sounds = default.node_sound_dirt_defaults(),
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue