From d582f106aa4f1be3bda41113a4893c39d35223a7 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Thu, 12 Oct 2017 22:53:30 -0600 Subject: finishing up technic power tap, other misc fixes --- nodes/recipes.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nodes/recipes.lua') diff --git a/nodes/recipes.lua b/nodes/recipes.lua index 942fa69..87b0945 100644 --- a/nodes/recipes.lua +++ b/nodes/recipes.lua @@ -100,6 +100,15 @@ if minetest.get_modpath("technic") then {"","default:steel_ingot",""} } }) + + minetest.register_craft({ + output = "digtron:power_connector", + recipe = { + {"","technic:hv_cable",""}, + {"technic:hv_cable","digtron:digtron_core","technic:hv_cable"}, + {"","technic:hv_cable",""} + } + }) end minetest.register_craft({ -- cgit v1.2.3