Add sound when walking on wool (#783)

This commit is contained in:
-sniper- 2021-02-07 16:06:08 +01:00 committed by GitHub
parent 510ca896cd
commit 928476c371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ for i = 1, #dyes do
is_ground_content = false,
groups = {snappy = 2, choppy = 2, oddly_breakable_by_hand = 3,
flammable = 3, wool = 1},
sounds = default.node_sound_defaults(),
sounds = default.node_sound_dirt_defaults(),
})
end