summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorthetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com>2017-10-17 14:20:55 +0100
committerthetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com>2017-10-17 14:20:55 +0100
commitaacd5ec829e531c808881021d5fe36aeedcfc2fd (patch)
tree25cf4bdc076f1bff2e9ad9be6e6a123c06982427 /init.lua
parent7bacbdf0150d4aee1244ec2ad7076ccd2da7956d (diff)
downloadpipeworks-aacd5ec829e531c808881021d5fe36aeedcfc2fd.tar
pipeworks-aacd5ec829e531c808881021d5fe36aeedcfc2fd.tar.gz
pipeworks-aacd5ec829e531c808881021d5fe36aeedcfc2fd.tar.bz2
pipeworks-aacd5ec829e531c808881021d5fe36aeedcfc2fd.tar.xz
pipeworks-aacd5ec829e531c808881021d5fe36aeedcfc2fd.zip
rename new_flow_logic subdirectory to a less ambiguous name
The "new flow logic" name was supposed to indicate that it was a continuation of the old branch by the same name, but it is beginning to become clear that it's not "new" any more and it might lead to confusion with "classic mode" flow logic while that still co-exists. Explicitly name the subdirectory "pressure logic" to give a better idea of what goes in it, init.lua edited accordingly.
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,