add recipes for Digilines-conducting poles, just in case someone wants
to build the lights by hand :P
This commit is contained in:
parent
469c18ad91
commit
0bdc475ee5
@ -251,6 +251,15 @@ for _, pole in ipairs(poles_tab) do
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
minetest.register_node(":"..matnode.."_digilines", def)
|
minetest.register_node(":"..matnode.."_digilines", def)
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = matnode.."_digilines",
|
||||||
|
type = "shapeless",
|
||||||
|
recipe = {
|
||||||
|
matnode,
|
||||||
|
digiline_wire_node,
|
||||||
|
}
|
||||||
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
if minetest.get_modpath(lightmod) then
|
if minetest.get_modpath(lightmod) then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user