Skip to content

Commit

Permalink
Small Markdown fix
Browse files Browse the repository at this point in the history
Co-authored-by: sfan5 <[email protected]>
  • Loading branch information
appgurueu and sfan5 authored Sep 12, 2023
1 parent 78cd12d commit 63e3b98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion game_api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 63e3b98

Please sign in to comment.