new flow logic: abm_register.lua: give core ABM a label

This commit is contained in:
thetaepsilon-gamedev 2017-10-16 21:01:09 +01:00
parent 04db73aa6c
commit 0e74978a73
1 changed files with 1 additions and 0 deletions

View File

@ -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,