mirror of
https://github.com/minetest-mods/i3.git
synced 2025-07-02 00:20:23 +02:00
Fix custom recipes display, add i3.get_current_tab(), remove some superfluous chat messages
This commit is contained in:
4
API.md
4
API.md
@ -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.
|
||||
|
Reference in New Issue
Block a user