1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-06 16:20:22 +02:00

Small Markdown fix

Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
Lars Müller
2023-09-12 15:20:09 +02:00
committed by GitHub
parent 78cd12d2eb
commit 63e3b98fdd

View File

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