From 63e3b98fddbb9a9e6a80629ef380070edc26f53b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= <34514239+appgurueu@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:20:09 +0200 Subject: [PATCH] Small Markdown fix Co-authored-by: sfan5 --- game_api.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game_api.txt b/game_api.txt index 444ff7bd..e46ea6bd 100644 --- a/game_api.txt +++ b/game_api.txt @@ -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.