label all ABMs for profiler

This commit is contained in:
Vanessa Ezekowitz
2017-03-31 19:15:10 -04:00
parent 9755127ffd
commit 78f16c3e8e
9 changed files with 14 additions and 1 deletions

View File

@ -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)