mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
Fix hay bale sound
This commit is contained in:
parent
beb0dac59f
commit
417eb14929
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ minetest.register_node("default:haybale", {
|
|||
is_ground_content = false,
|
||||
on_place = minetest.rotate_node,
|
||||
groups = {oddly_breakable_by_hand=3,flammable=2},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
--[[
|
||||
|
|
Loading…
Reference in a new issue