mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 14:53:16 -04:00
docs: Update for default.get_furnace_formspec().
This commit is contained in:
parent
59c22bf022
commit
0011049594
1 changed files with 9 additions and 4 deletions
13
game_api.txt
13
game_api.txt
|
@ -863,15 +863,20 @@ GUI and formspecs
|
|||
|
||||
* Entire formspec for the survival inventory
|
||||
|
||||
`default.get_furnace_formspec(fuel_percent, item_percent)`
|
||||
|
||||
* Get the furnace formspec using the defined GUI elements
|
||||
* fuel_percent: Percent of how much the fuel is used
|
||||
* Note: Defines the inactive furnace formspec when nil.
|
||||
* item_percent: Percent of how much the item is cooked
|
||||
|
||||
`default.get_furnace_active_formspec(fuel_percent, item_percent)`
|
||||
|
||||
* Get the active furnace formspec using the defined GUI elements
|
||||
* fuel_percent: Percent of how much the fuel is used
|
||||
* item_percent: Percent of how much the item is cooked
|
||||
* Deprecated, remove from mods.
|
||||
|
||||
`default.get_furnace_inactive_formspec()`
|
||||
|
||||
* Get the inactive furnace formspec using the defined GUI elements
|
||||
* Deprecated, remove from mods.
|
||||
|
||||
|
||||
Leafdecay
|
||||
|
|
Loading…
Add table
Reference in a new issue