mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-19 14:00:20 +02:00
label abms for profiling purposes
see https://github.com/t4im/profiler/#labeling
This commit is contained in:
@ -127,6 +127,7 @@ local fdir_to_steampos = {
|
||||
|
||||
minetest.register_abm({
|
||||
nodenames = "homedecor:coffee_maker",
|
||||
label = "sfx",
|
||||
interval = 2,
|
||||
chance = 1,
|
||||
action = function(pos, node)
|
||||
|
Reference in New Issue
Block a user