From 674450236b8a0572d57e4a14c71626749dd63c2d Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 4 Mar 2015 22:18:26 -0500 Subject: label the vacuum tube logic abms for profiling purposes useable with the mtt profiler starting with t4im/mtt@48eff13 --- vacuum_tubes.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'vacuum_tubes.lua') diff --git a/vacuum_tubes.lua b/vacuum_tubes.lua index 0e813de..f987589 100644 --- a/vacuum_tubes.lua +++ b/vacuum_tubes.lua @@ -109,6 +109,7 @@ end minetest.register_abm({nodenames = {"group:vacuum_tube"}, interval = 1, chance = 1, + label = "Vacuum tubes", action = function(pos, node, active_object_count, active_object_count_wider) if node.name == "pipeworks:sand_tube" then vacuum(pos, 2) -- cgit v1.2.3