forked from mtcontrib/homedecor_modpack
label abms for profiling purposes
see https://github.com/t4im/profiler/#labeling
This commit is contained in:
@ -176,6 +176,7 @@ function homedecor.register_furnace(name, furnacedef)
|
||||
|
||||
minetest.register_abm({
|
||||
nodenames = {name, name_active, name.."_locked", name_active.."_locked"},
|
||||
label = "furnaces",
|
||||
interval = 1.0,
|
||||
chance = 1,
|
||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||
|
Reference in New Issue
Block a user