mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-06 16:20:22 +02:00
@ -1044,7 +1044,8 @@ Trees
|
||||
grow = function(pos) -- Function called when the growth has success. This should replace the sapling with a tree.
|
||||
}
|
||||
)
|
||||
* default.grow_sapling(pos)
|
||||
|
||||
* `default.grow_sapling(pos)`
|
||||
* Attempt to grow a sapling at the given position. Useful as on_timer callback.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user