diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2014-01-01 15:57:51 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2015-06-18 12:42:19 -0400 |
commit | 24ff13d7db9fab896c8d2e79574c3647823d7b35 (patch) | |
tree | 94e73f5f5895f22ad3650615c827dc6292fd79bd /init.lua | |
parent | 5822f60ba9cbebe45c1f82fa06dc93b747ba71a6 (diff) |
complete rewrite of water flowing logic
also implements leak-down in "off" pumps
fixes failure to remove water source when digging active spigot/fountain
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |