1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-02 14:50:20 +02:00

label abms for profiling purposes

see https://github.com/t4im/profiler/#labeling
This commit is contained in:
Tim
2015-08-20 14:52:01 +02:00
parent d7c56bfcdb
commit 3dc94b67cc
3 changed files with 3 additions and 0 deletions

View File

@ -144,6 +144,7 @@ homedecor.register("telephone", {
minetest.register_abm({
nodenames = "homedecor:telephone",
label = "sfx",
interval = 30,
chance = 15,
action = function(pos, node)