diff options
-rw-r--r-- | init.lua | 2 | ||||
-rw-r--r-- | pressure_logic/abm_register.lua (renamed from new_flow_logic/abm_register.lua) | 0 | ||||
-rw-r--r-- | pressure_logic/abms.lua (renamed from new_flow_logic/abms.lua) | 0 | ||||
-rw-r--r-- | pressure_logic/flowable_node_registry.lua (renamed from new_flow_logic/flowable_node_registry.lua) | 0 | ||||
-rw-r--r-- | pressure_logic/flowable_node_registry_install.lua (renamed from new_flow_logic/flowable_node_registry_install.lua) | 0 |
5 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, diff --git a/new_flow_logic/abm_register.lua b/pressure_logic/abm_register.lua index a8e3abc..a8e3abc 100644 --- a/new_flow_logic/abm_register.lua +++ b/pressure_logic/abm_register.lua diff --git a/new_flow_logic/abms.lua b/pressure_logic/abms.lua index c14c124..c14c124 100644 --- a/new_flow_logic/abms.lua +++ b/pressure_logic/abms.lua diff --git a/new_flow_logic/flowable_node_registry.lua b/pressure_logic/flowable_node_registry.lua index c60a39e..c60a39e 100644 --- a/new_flow_logic/flowable_node_registry.lua +++ b/pressure_logic/flowable_node_registry.lua diff --git a/new_flow_logic/flowable_node_registry_install.lua b/pressure_logic/flowable_node_registry_install.lua index a49c31a..a49c31a 100644 --- a/new_flow_logic/flowable_node_registry_install.lua +++ b/pressure_logic/flowable_node_registry_install.lua |