From 24ff13d7db9fab896c8d2e79574c3647823d7b35 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Wed, 1 Jan 2014 15:57:51 -0500 Subject: complete rewrite of water flowing logic also implements leak-down in "off" pumps fixes failure to remove water source when digging active spigot/fountain --- init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 92ce02c..7c7befa 100644 --- a/init.lua +++ b/init.lua @@ -39,6 +39,8 @@ pipeworks.mesecons_rules={{x=0,y=0,z=1},{x=0,y=0,z=-1},{x=1,y=0,z=0},{x=-1,y=0,z pipeworks.liquid_texture = "default_water.png" +pipeworks.pipe_nodenames = {} + -- Helper functions function pipeworks.fix_image_names(table, replacement) -- cgit v1.2.3