From 886e3649dc0804ce40576aa22aaf98755ab9a2a6 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sun, 8 Mar 2020 23:14:47 +0100 Subject: [PATCH] power term recipe added --- power/power_terminal.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/power/power_terminal.lua b/power/power_terminal.lua index ca858c2..4e2b4e5 100644 --- a/power/power_terminal.lua +++ b/power/power_terminal.lua @@ -220,3 +220,11 @@ Cable:add_secondary_node_names({"techage:power_terminal"}) minetest.register_alias("techage:ta3_power_terminal", "techage:power_terminal") +minetest.register_craft({ + output = "techage:power_terminal", + recipe = { + {"", "techage:usmium_nuggets", "default:steel_ingot"}, + {"", "techage:basalt_glass_thin", "default:copper_ingot"}, + {"", "techage:vacuum_tube", "default:steel_ingot"}, + }, +}) \ No newline at end of file