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,3 +1,4 @@
|
|||
mcl_core
|
||||
mcl_sounds
|
||||
mcl_player
|
||||
mesecons?
|
||||
|
|
|
@ -21,7 +21,7 @@ minetest.register_node("mcl_minecarts:golden_rail", {
|
|||
minetest.get_meta(pos):set_string("cart_acceleration", "0.5")
|
||||
end
|
||||
end,
|
||||
sounds = mcl_core.node_sound_defaults(),
|
||||
sounds = mcl_sounds.node_sound_defaults(),
|
||||
mesecons = {
|
||||
effector = {
|
||||
action_on = function(pos, node)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue