mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-22 23:27:46 -04:00
Update game_api
This commit is contained in:
parent
1b7587e432
commit
31f6f9a119
1 changed files with 7 additions and 0 deletions
|
@ -103,6 +103,13 @@ The contents of `creative.formspec_add` is appended to every creative inventory
|
||||||
page. Mods can use it to add additional formspec elements onto the default
|
page. Mods can use it to add additional formspec elements onto the default
|
||||||
creative inventory formspec to be drawn after each update.
|
creative inventory formspec to be drawn after each update.
|
||||||
|
|
||||||
|
Group overrides can be used for any registered item, node or tool. Use one of
|
||||||
|
the groups stated below to pick which category it will appear in.
|
||||||
|
|
||||||
|
node = 1 -- Appears in the Nodes category
|
||||||
|
tool = 1 -- Appears in the Tools category
|
||||||
|
craftitem = 1 -- Appears in the Items category
|
||||||
|
|
||||||
|
|
||||||
Chests API
|
Chests API
|
||||||
----------
|
----------
|
||||||
|
|
Loading…
Add table
Reference in a new issue