1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-07-04 01:00:35 +02:00

complete rewrite of water flowing logic

also implements leak-down in "off" pumps
fixes failure to remove water source when digging active spigot/fountain
This commit is contained in:
Vanessa Ezekowitz
2014-01-01 15:57:51 -05:00
parent 5822f60ba9
commit 24ff13d7db
4 changed files with 205 additions and 215 deletions

View File

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