1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 14:50:41 +02:00

add flow sensor. Sends mesecons signal when water is flowing through it.

This commit is contained in:
Vanessa Ezekowitz
2013-05-10 18:28:57 -04:00
parent 509fac3845
commit d4dddc41ec
5 changed files with 143 additions and 1 deletions

View File

@ -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.