From 1a1270c1c52a3471759943cd7e6066eb8f02a2d1 Mon Sep 17 00:00:00 2001 From: An0n3m0us Date: Sun, 30 Jan 2022 21:49:36 +0000 Subject: [PATCH] Update game_api --- game_api.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/game_api.txt b/game_api.txt index 0495b29b..6e831f5b 100644 --- a/game_api.txt +++ b/game_api.txt @@ -153,6 +153,7 @@ The chests API allows the creation of chests, which have their own inventories f "default_chest_front.png", "default_chest_inside.png" }, -- Textures which are applied to the chest model. + size = {x = 8, y = 4}, -- optional (defaults to {x = 8, y = 4}) sounds = default.node_sound_wood_defaults(), sound_open = "default_chest_open", sound_close = "default_chest_close",