Move core sounds from mcl_core to mcl_sounds

This commit is contained in:
Wuzzy 2017-02-11 18:46:23 +01:00
parent 7ff49a165a
commit fcda60cc2e
121 changed files with 393 additions and 363 deletions

View file

@ -1,2 +1,3 @@
mcl_core
mcl_sounds
mcl_fire

View file

@ -49,7 +49,7 @@ minetest.register_node("mcl_tnt:tnt", {
mesecons = {effector = {
action_on = tnt.ignite
}},
sounds = mcl_core.node_sound_wood_defaults(),
sounds = mcl_sounds.node_sound_wood_defaults(),
})
local TNT_RANGE = 3