From fcba05fd780584e08eea1f2c6f6e341da7569af4 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 29 Jan 2015 20:10:45 +0100 Subject: move autocrafter, tp-tube and filter-injector crafts to their respective code files --- autocrafter.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'autocrafter.lua') diff --git a/autocrafter.lua b/autocrafter.lua index a24560e..d374fe9 100644 --- a/autocrafter.lua +++ b/autocrafter.lua @@ -340,3 +340,12 @@ minetest.register_node("pipeworks:autocrafter", { end, on_timer = run_autocrafter }) + +minetest.register_craft( { + output = "pipeworks:autocrafter 2", + recipe = { + { "default:steel_ingot", "default:mese_crystal", "default:steel_ingot" }, + { "homedecor:plastic_sheeting", "default:steel_ingot", "homedecor:plastic_sheeting" }, + { "default:steel_ingot", "default:mese_crystal", "default:steel_ingot" } + }, +}) -- cgit v1.2.3