Update 'mods/default/chests.lua'
This commit is contained in:
parent
897ea5ba23
commit
04aa7f5631
|
@ -289,12 +289,12 @@ end
|
|||
default.chest.register_chest("chest", {
|
||||
description = S("Chest"),
|
||||
tiles = {
|
||||
"default_chest_top.png",
|
||||
"default_chest_top.png",
|
||||
"default_chest_side.png",
|
||||
"default_chest_side.png",
|
||||
"default_chest_front.png",
|
||||
"default_chest_inside.png"
|
||||
"chest_top.png",
|
||||
"chest_top.png",
|
||||
"chest_side.png",
|
||||
"chest_side.png",
|
||||
"chest_front.png",
|
||||
"chest_inside.png"
|
||||
},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
sound_open = "default_chest_open",
|
||||
|
@ -305,12 +305,12 @@ default.chest.register_chest("chest", {
|
|||
default.chest.register_chest("chest_locked", {
|
||||
description = S("Locked Chest"),
|
||||
tiles = {
|
||||
"default_chest_top.png",
|
||||
"default_chest_top.png",
|
||||
"default_chest_side.png",
|
||||
"default_chest_side.png",
|
||||
"default_chest_lock.png",
|
||||
"default_chest_inside.png"
|
||||
"chest_top.png",
|
||||
"chest_top.png",
|
||||
"chest_side.png",
|
||||
"chest_side.png",
|
||||
"chest_lock.png",
|
||||
"chest_inside.png"
|
||||
},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
sound_open = "default_chest_open",
|
||||
|
|
Loading…
Reference in New Issue