mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 07:10:56 +02:00
label all ABMs for profiler
This commit is contained in:
@ -146,6 +146,7 @@ minetest.register_node("technic:power_radiator", {
|
||||
})
|
||||
|
||||
minetest.register_abm({
|
||||
label = "Machines: run power radiator",
|
||||
nodenames = {"technic:power_radiator"},
|
||||
interval = 1,
|
||||
chance = 1,
|
||||
|
Reference in New Issue
Block a user