diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-03-31 19:15:10 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-03-31 19:15:25 -0400 |
commit | 78f16c3e8e7ce5bb0bce1279e380679f6f688a5a (patch) | |
tree | a30dfc2982d6f3c45b3291f400db4c7d12835cf3 /technic/machines/power_monitor.lua | |
parent | 9755127ffd92b2fc49676fbc6b446403965e005d (diff) |
label all ABMs for profiler
Diffstat (limited to 'technic/machines/power_monitor.lua')
-rw-r--r-- | technic/machines/power_monitor.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/power_monitor.lua b/technic/machines/power_monitor.lua index 4306693..8c5bed6 100644 --- a/technic/machines/power_monitor.lua +++ b/technic/machines/power_monitor.lua @@ -35,7 +35,7 @@ minetest.register_node("technic:power_monitor",{ minetest.register_abm({ nodenames = {"technic:power_monitor"}, - label = "Power Monitor", + label = "Machines: run power monitor", interval = 1, chance = 1, action = function(pos, node, active_object_count, active_object_count_wider) |