mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Update game_api
This commit is contained in:
parent
fe6fb917f1
commit
1a1270c1c5
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ The chests API allows the creation of chests, which have their own inventories f
|
||||||
"default_chest_front.png",
|
"default_chest_front.png",
|
||||||
"default_chest_inside.png"
|
"default_chest_inside.png"
|
||||||
}, -- Textures which are applied to the chest model.
|
}, -- 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(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
sound_open = "default_chest_open",
|
sound_open = "default_chest_open",
|
||||||
sound_close = "default_chest_close",
|
sound_close = "default_chest_close",
|
||||||
|
|
Loading…
Add table
Reference in a new issue