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 --- filter-injector.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'filter-injector.lua') diff --git a/filter-injector.lua b/filter-injector.lua index dd0b187..a74397b 100644 --- a/filter-injector.lua +++ b/filter-injector.lua @@ -199,3 +199,21 @@ for _, data in ipairs({ end, }) end + +minetest.register_craft( { + output = "pipeworks:filter 2", + recipe = { + { "default:steel_ingot", "default:steel_ingot", "homedecor:plastic_sheeting" }, + { "group:stick", "default:mese_crystal", "homedecor:plastic_sheeting" }, + { "default:steel_ingot", "default:steel_ingot", "homedecor:plastic_sheeting" } + }, +}) + +minetest.register_craft( { + output = "pipeworks:mese_filter 2", + recipe = { + { "default:steel_ingot", "default:steel_ingot", "homedecor:plastic_sheeting" }, + { "group:stick", "default:mese", "homedecor:plastic_sheeting" }, + { "default:steel_ingot", "default:steel_ingot", "homedecor:plastic_sheeting" } + }, +}) -- cgit v1.2.3