Rename mod: default to mcl_core

This commit is contained in:
Wuzzy 2017-01-31 23:32:56 +01:00
parent d0ecf0c66c
commit 02fe45bca2
393 changed files with 2205 additions and 2210 deletions

View file

@ -1 +1 @@
default
mcl_core

View file

@ -29,7 +29,7 @@ local function addhead(node, desc)
type = "fixed",
fixed = { -0.25, -0.5, -0.25, 0.25, 0.0, 0.25, },
},
sounds = default.node_sound_defaults({
sounds = mcl_core.node_sound_defaults({
footstep = {name="default_hard_footstep", gain=0.3}
}),
})