From 0bdc475ee5d01ed628010c2ffc8b641753b6dad1 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Thu, 30 May 2019 06:37:50 -0400 Subject: [PATCH] add recipes for Digilines-conducting poles, just in case someone wants to build the lights by hand :P --- simple.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/simple.lua b/simple.lua index 759b7c8..3d7bcdb 100644 --- a/simple.lua +++ b/simple.lua @@ -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