Move core sounds from mcl_core to mcl_sounds
This commit is contained in:
parent
7ff49a165a
commit
fcda60cc2e
121 changed files with 393 additions and 363 deletions
|
@ -1,4 +1,5 @@
|
|||
mcl_core
|
||||
mcl_sounds
|
||||
invisibility?
|
||||
intllib?
|
||||
lucky_block?
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue