checkpoint. stairsplus is done, excluding the circular saw, and testing

This commit is contained in:
flux
2022-06-13 16:11:20 -07:00
parent 9465870690
commit 687de31632
33 changed files with 1792 additions and 1950 deletions

View File

@ -1,9 +1,9 @@
local table_set_all = moreblocks.util.table_set_all
local table_set_all = stairsplus.util.table_set_all
moreblocks.resources.sounds = {}
stairsplus.resources.sounds = {}
if moreblocks.has.default then
table_set_all(moreblocks.resources.sounds, {
if stairsplus.has.default then
table_set_all(stairsplus.resources.sounds, {
wood = default.node_sound_wood_defaults(),
})
end