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
|
@ -122,7 +122,7 @@ mcl_torches.register_torch("torch", "Torch", "default_torch_on_floor.png",
|
|||
}},
|
||||
14,
|
||||
{dig_immediate=3, torch=1, dig_by_water=1, deco_block=1},
|
||||
mcl_core.node_sound_wood_defaults())
|
||||
mcl_sounds.node_sound_wood_defaults())
|
||||
|
||||
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue