summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorroot <root@linuxworks.belug.de>2017-10-19 14:21:27 +0200
committerroot <root@linuxworks.belug.de>2017-10-19 14:21:27 +0200
commit277154cf2daf870044c6f5bac90f338552fb75df (patch)
tree9cc6bb59a684df55155d69fc1b1ec2c8c181e22c /init.lua
parent848741a294363431a2a6e9c32ddf693951951fec (diff)
parent9df0ec7edb55ba443acc68df9ed63fdd53c66bfa (diff)
Merge branch 'master' of https://github.com/minetest-mods/pipeworks
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 8974005..f4276f8 100644
--- a/init.lua
+++ b/init.lua
@@ -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,