diff options
author | root <root@linuxworks.belug.de> | 2017-10-19 14:21:27 +0200 |
---|---|---|
committer | root <root@linuxworks.belug.de> | 2017-10-19 14:21:27 +0200 |
commit | 277154cf2daf870044c6f5bac90f338552fb75df (patch) | |
tree | 9cc6bb59a684df55155d69fc1b1ec2c8c181e22c /init.lua | |
parent | 848741a294363431a2a6e9c32ddf693951951fec (diff) | |
parent | 9df0ec7edb55ba443acc68df9ed63fdd53c66bfa (diff) |
Merge branch 'master' of https://github.com/minetest-mods/pipeworks
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ dofile(pipeworks.modpath.."/filter-injector.lua") dofile(pipeworks.modpath.."/trashcan.lua") dofile(pipeworks.modpath.."/wielder.lua") -local logicdir = "/new_flow_logic/" +local logicdir = "/pressure_logic/" -- note that even with these files the new flow logic is not yet default. -- registration will take place but no actual ABMs/node logic will be installed, |