Fix custom recipes display, add i3.get_current_tab(), remove some superfluous chat messages

This commit is contained in:
Jean-Patrick Guerrero
2021-09-19 22:04:49 +02:00
parent b8db525dac
commit 815651a32f
3 changed files with 171 additions and 26 deletions

4
API.md
View File

@ -42,6 +42,10 @@ Updates the current formspec. `extra_formspec` adds an additional formspec strin
Deletes a tab by name.
#### `i3.get_current_tab(player)`
Returns the current player tab. `player` is an `ObjectRef` to the user.
#### `i3.set_tab(player[, tabname])`
Sets the current tab by name. `player` is an `ObjectRef` to the user.