From d4dddc41ec199ffc73f1ad10f900b42c3164a46f Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 10 May 2013 18:28:57 -0400 Subject: add flow sensor. Sends mesecons signal when water is flowing through it. --- crafts.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'crafts.lua') diff --git a/crafts.lua b/crafts.lua index 700543b..25c57b6 100644 --- a/crafts.lua +++ b/crafts.lua @@ -64,6 +64,13 @@ minetest.register_craft( { }, }) +minetest.register_craft( { + output = "pipeworks:flow_sensor_empty 2", + recipe = { + { "pipeworks:pipe_110000_empty", "mesecons:mesecon", "pipeworks:pipe_110000_empty" }, + }, +}) + -- Various ancillary tube devices @@ -164,7 +171,6 @@ if minetest.get_modpath("homedecor") == nil then end - -- If the technic mod is present, then don't bother registering the recipes -- for the various tubes, as technic has its own recipes for those. -- cgit v1.2.3