From 31f6f9a1195c1195c6db0fdc85cf0ec098a1c45c Mon Sep 17 00:00:00 2001 From: An0n3m0us Date: Sat, 7 Mar 2020 19:12:26 +0000 Subject: [PATCH] Update game_api --- game_api.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/game_api.txt b/game_api.txt index 52c64f4c..672d91b4 100644 --- a/game_api.txt +++ b/game_api.txt @@ -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 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 ----------