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

@ -70,6 +70,7 @@ minetest.register_node("technic:coal_alloy_furnace_active", {
})
minetest.register_abm({
label = "Machines: run coal alloy furnace",
nodenames = {"technic:coal_alloy_furnace", "technic:coal_alloy_furnace_active"},
interval = 1,
chance = 1,

View File

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