diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-03-31 19:15:10 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-03-31 19:15:25 -0400 |
commit | 78f16c3e8e7ce5bb0bce1279e380679f6f688a5a (patch) | |
tree | a30dfc2982d6f3c45b3291f400db4c7d12835cf3 /technic_worldgen/rubber.lua | |
parent | 9755127ffd92b2fc49676fbc6b446403965e005d (diff) |
label all ABMs for profiler
Diffstat (limited to 'technic_worldgen/rubber.lua')
-rw-r--r-- | technic_worldgen/rubber.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/technic_worldgen/rubber.lua b/technic_worldgen/rubber.lua index 3094fa0..3307b8b 100644 --- a/technic_worldgen/rubber.lua +++ b/technic_worldgen/rubber.lua @@ -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) |