From 6bf552eb10ff4ecdf27324d2a4d6a19a83b92a75 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Wed, 18 May 2016 08:18:59 +0100 Subject: [PATCH] Creative: Document creative.formspec_add in game_api.txt --- game_api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/game_api.txt b/game_api.txt index 93cf0527..ca090c4b 100644 --- a/game_api.txt +++ b/game_api.txt @@ -61,6 +61,11 @@ Beds API } } +Creative API +------------ + +A global string called `creative.formspec_add` was added which allows mods to add additional formspec elements onto the default creative inventory formspec to be drawn after each update. + Doors API ---------