Add label to observer ABM

This commit is contained in:
Wuzzy 2020-06-04 16:04:46 +02:00
parent 546ee09e6f
commit 28710bb819
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ mesecon.register_node("mcl_observers:observer_up",
-- Regularily check the observer nodes.
-- TODO: This is rather slow and clunky. Find a more efficient way to do this.
minetest.register_abm({
label = "Observer node check",
nodenames = {"mcl_observers:observer_off", "mcl_observers:observer_down_off", "mcl_observers:observer_up_off"},
interval = 1,
chance = 1,