Fix registration from other mods (#7)

This commit is contained in:
wsor4035 2023-09-11 14:47:21 -04:00 committed by GitHub
parent 8df4555394
commit c5e53748ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,