From 3d19cca557b3f0f176412dada60a98d256687438 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 27 Oct 2013 22:38:19 -0400 Subject: Add fountainhead (vertical spigot, basically). --- pipes.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pipes.lua') diff --git a/pipes.lua b/pipes.lua index 15561f8..fb8e69e 100644 --- a/pipes.lua +++ b/pipes.lua @@ -312,3 +312,13 @@ minetest.register_abm({ pipeworks_spigot_check(pos,node) end }) + +minetest.register_abm({ + nodenames = {"pipeworks:fountainhead","pipeworks:fountainhead_pouring"}, + interval = 1, + chance = 1, + action = function(pos, node, active_object_count, active_object_count_wider) + pipeworks_fountainhead_check(pos,node) + end +}) + -- cgit v1.2.3