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,4 +1,5 @@
mcl_core
mcl_sounds
invisibility?
intllib?
lucky_block?

View file

@ -70,7 +70,7 @@ minetest.register_node("mobs:spawner", {
S("> name min_light[0-14] max_light[0-14] max_mobs_in_area[0 to disable] distance[1-20] y_offset[-10 to 10]"))
end
end,
sounds = mcl_core.node_sound_metal_defaults(),
sounds = mcl_sounds.node_sound_metal_defaults(),
})
-- spawner abm