forked from mtcontrib/homedecor_modpack
label abms for profiling purposes
see https://github.com/t4im/profiler/#labeling
This commit is contained in:
@ -144,6 +144,7 @@ homedecor.register("telephone", {
|
||||
|
||||
minetest.register_abm({
|
||||
nodenames = "homedecor:telephone",
|
||||
label = "sfx",
|
||||
interval = 30,
|
||||
chance = 15,
|
||||
action = function(pos, node)
|
||||
|
Reference in New Issue
Block a user