summaryrefslogtreecommitdiff
path: root/technic_worldgen/rubber.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic_worldgen/rubber.lua')
-rw-r--r--technic_worldgen/rubber.lua1
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)