add recipes for Digilines-conducting poles, just in case someone wants

to build the lights by hand :P
master
Vanessa Dannenberg 2019-05-30 06:37:50 -04:00
parent 469c18ad91
commit 0bdc475ee5
1 changed files with 9 additions and 0 deletions

View File

@ -251,6 +251,15 @@ for _, pole in ipairs(poles_tab) do
}
}
minetest.register_node(":"..matnode.."_digilines", def)
minetest.register_craft({
output = matnode.."_digilines",
type = "shapeless",
recipe = {
matnode,
digiline_wire_node,
}
})
end
if minetest.get_modpath(lightmod) then