mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-08 08:23:59 +01:00
new flow logic: abm_register.lua: give core ABM a label
This commit is contained in:
parent
04db73aa6c
commit
0e74978a73
@ -12,6 +12,7 @@ local flowlogic = pipeworks.flowlogic
|
||||
local register_flowlogic_abm = function(nodename)
|
||||
if pipeworks.toggles.pressure_logic then
|
||||
minetest.register_abm({
|
||||
label = "pipeworks new_flow_logic run",
|
||||
nodenames = { nodename },
|
||||
interval = 1,
|
||||
chance = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user