v0.15 with improvements and bugfixes

This commit is contained in:
Joachim Stolberg 2020-07-02 23:00:55 +02:00
parent d898aeacdb
commit 7e4bf152ab

View File

@ -195,10 +195,10 @@ techage.register_node({"techage:ta3_valve_closed", "techage:ta3_valve_open"}, {
}) })
minetest.register_craft({ minetest.register_craft({
output = "techage:ta3_valve_closed", output = "techage:ta3_valve_open",
recipe = { recipe = {
{"", "", ""}, {"", "dye:black", ""},
{"techage:ta3_pipeS", "techage:iron_ingot", "techage:ta3_pipeS"}, {"techage:ta3_pipeS", "basic_materials:steel_bar", "techage:ta3_pipeS"},
{"", "", ""}, {"", "techage:vacuum_tube", ""},
}, },
}) })