From 869fa9dd2174fc896dd979b0156b7005d65974c7 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Thu, 2 Jul 2020 23:02:06 +0200 Subject: [PATCH] built on 02/07/2020 23:02:06 --- techage/liquids/valve.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/techage/liquids/valve.lua b/techage/liquids/valve.lua index d594667..a2e2a53 100644 --- a/techage/liquids/valve.lua +++ b/techage/liquids/valve.lua @@ -195,10 +195,10 @@ techage.register_node({"techage:ta3_valve_closed", "techage:ta3_valve_open"}, { }) minetest.register_craft({ - output = "techage:ta3_valve_closed", + output = "techage:ta3_valve_open", recipe = { - {"", "", ""}, - {"techage:ta3_pipeS", "techage:iron_ingot", "techage:ta3_pipeS"}, - {"", "", ""}, + {"", "dye:black", ""}, + {"techage:ta3_pipeS", "basic_materials:steel_bar", "techage:ta3_pipeS"}, + {"", "techage:vacuum_tube", ""}, }, })