label all ABMs for profiler

This commit is contained in:
Vanessa Ezekowitz
2017-03-31 19:15:10 -04:00
parent 9755127ffd
commit 78f16c3e8e
9 changed files with 14 additions and 1 deletions

View File

@ -221,6 +221,7 @@ end
minetest.register_abm({
label = "Machines: reactor melt-down check",
nodenames = {"technic:hv_nuclear_reactor_core_active"},
interval = 4,
chance = 1,