Fix registration from other mods (#7)
This commit is contained in:
parent
8df4555394
commit
c5e53748ce
@ -375,7 +375,7 @@ end
|
|||||||
|
|
||||||
function mymillwork.register_all(suffix, model, mdesc, sbox, cbox, node_suffix, material, desc, image, group)
|
function mymillwork.register_all(suffix, model, mdesc, sbox, cbox, node_suffix, material, desc, image, group)
|
||||||
|
|
||||||
minetest.register_node("mymillwork:" .. suffix .. "_" .. node_suffix, {
|
minetest.register_node(":mymillwork:" .. suffix .. "_" .. node_suffix, {
|
||||||
description = desc .. " " .. mdesc,
|
description = desc .. " " .. mdesc,
|
||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
mesh = model,
|
mesh = model,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user