Update game_api

This commit is contained in:
An0n3m0us 2022-01-30 21:49:36 +00:00
parent fe6fb917f1
commit 1a1270c1c5
1 changed files with 1 additions and 0 deletions

View File

@ -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",