EinsDreiDreiSieben/mods/moreblocks/stairsplus/resources/sounds.lua

9 lines
207 B
Lua

local table_set_all = futil.table.set_all
stairsplus.resources.sounds = {}
if stairsplus.has.default then
table_set_all(stairsplus.resources.sounds, {
wood = default.node_sound_wood_defaults(),
})
end