make the return value order correct

This commit is contained in:
xXx_GLOCKrzmitz_xXx 2024-07-26 22:53:58 +00:00
parent 6f559601a3
commit 4b3b8267a7

2
API.md
View File

@ -20,8 +20,8 @@ and the biome position is returned.
Returns `<biome position>, <success>`.
* `<success>` is `true` on success and `false` on failure.
* `<biome position>` is the position of a found biome or `nil` if none was found
* `<success>` is `true` on success and `false` on failure.
### Additional notes