mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-15 23:10:18 +01:00
10 lines
217 B
Lua
10 lines
217 B
Lua
local table_set_all = stairsplus.util.table_set_all
|
|
|
|
stairsplus.resources.sounds = {}
|
|
|
|
if stairsplus.has.default then
|
|
table_set_all(stairsplus.resources.sounds, {
|
|
wood = default.node_sound_wood_defaults(),
|
|
})
|
|
end
|