mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-07 08:40:23 +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.
|
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.
|
* Attempt to grow a sapling at the given position. Useful as on_timer callback.
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user