From 04aa7f56316673562bd881e49a5dfd90b91d3573 Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Tue, 19 May 2020 15:58:19 +0000 Subject: [PATCH] Update 'mods/default/chests.lua' --- mods/default/chests.lua | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/mods/default/chests.lua b/mods/default/chests.lua index 8dbf9d89..c001d68f 100644 --- a/mods/default/chests.lua +++ b/mods/default/chests.lua @@ -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",