mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-28 14:26:16 +02:00
label all ABMs for profiler
This commit is contained in:
@ -73,6 +73,7 @@ technic.rubber_tree_model={
|
||||
|
||||
minetest.register_abm({
|
||||
nodenames = {"moretrees:rubber_tree_sapling"},
|
||||
label = "Worldgen: grow rubber tree sapling",
|
||||
interval = 60,
|
||||
chance = 20,
|
||||
action = function(pos, node)
|
||||
|
Reference in New Issue
Block a user