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

@ -146,6 +146,7 @@ minetest.register_node("technic:power_radiator", {
})
minetest.register_abm({
label = "Machines: run power radiator",
nodenames = {"technic:power_radiator"},
interval = 1,
chance = 1,