diff --git a/mods/ITEMS/mcl_chests/init.lua b/mods/ITEMS/mcl_chests/init.lua index 68d2fe05e4..38bc220393 100644 --- a/mods/ITEMS/mcl_chests/init.lua +++ b/mods/ITEMS/mcl_chests/init.lua @@ -36,8 +36,9 @@ minetest.register_node("mcl_chests:"..basename, { _doc_items_longdesc = longdesc, _doc_items_usagehelp = usagehelp, _doc_items_hidden = hidden, - tiles = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png", - "default_chest_side.png", "default_chest_side.png", "default_chest_front.png"}, + tiles = {"default_chest_top.png", "mcl_chests_chest_bottom.png", + "mcl_chests_chest_right.png", "mcl_chests_chest_left.png", + "mcl_chests_chest_back.png", "default_chest_front.png"}, paramtype2 = "facedir", stack_max = 64, drop = drop, diff --git a/mods/ITEMS/mcl_chests/textures/default_chest_front.png b/mods/ITEMS/mcl_chests/textures/default_chest_front.png index 9c99463bdd..866a339849 100644 Binary files a/mods/ITEMS/mcl_chests/textures/default_chest_front.png and b/mods/ITEMS/mcl_chests/textures/default_chest_front.png differ diff --git a/mods/ITEMS/mcl_chests/textures/default_chest_front_big.png b/mods/ITEMS/mcl_chests/textures/default_chest_front_big.png index 8e9c51dca1..bde2866737 100644 Binary files a/mods/ITEMS/mcl_chests/textures/default_chest_front_big.png and b/mods/ITEMS/mcl_chests/textures/default_chest_front_big.png differ diff --git a/mods/ITEMS/mcl_chests/textures/default_chest_side.png b/mods/ITEMS/mcl_chests/textures/default_chest_side.png deleted file mode 100644 index bde3651b78..0000000000 Binary files a/mods/ITEMS/mcl_chests/textures/default_chest_side.png and /dev/null differ diff --git a/mods/ITEMS/mcl_chests/textures/default_chest_side_big.png b/mods/ITEMS/mcl_chests/textures/default_chest_side_big.png index e889404ade..deb0068077 100644 Binary files a/mods/ITEMS/mcl_chests/textures/default_chest_side_big.png and b/mods/ITEMS/mcl_chests/textures/default_chest_side_big.png differ diff --git a/mods/ITEMS/mcl_chests/textures/default_chest_top.png b/mods/ITEMS/mcl_chests/textures/default_chest_top.png index 9519e5fccd..5c1beb4b5f 100644 Binary files a/mods/ITEMS/mcl_chests/textures/default_chest_top.png and b/mods/ITEMS/mcl_chests/textures/default_chest_top.png differ diff --git a/mods/ITEMS/mcl_chests/textures/default_chest_top_big.png b/mods/ITEMS/mcl_chests/textures/default_chest_top_big.png index 31ca242944..de56e2cabf 100644 Binary files a/mods/ITEMS/mcl_chests/textures/default_chest_top_big.png and b/mods/ITEMS/mcl_chests/textures/default_chest_top_big.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_chest_back.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_chest_back.png new file mode 100644 index 0000000000..f347e921ab Binary files /dev/null and b/mods/ITEMS/mcl_chests/textures/mcl_chests_chest_back.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_chest_bottom.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_chest_bottom.png new file mode 100644 index 0000000000..cb43e55e2f Binary files /dev/null and b/mods/ITEMS/mcl_chests/textures/mcl_chests_chest_bottom.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_chest_left.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_chest_left.png new file mode 100644 index 0000000000..d420aaba0c Binary files /dev/null and b/mods/ITEMS/mcl_chests/textures/mcl_chests_chest_left.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_chest_right.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_chest_right.png new file mode 100644 index 0000000000..4536ada868 Binary files /dev/null and b/mods/ITEMS/mcl_chests/textures/mcl_chests_chest_right.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_back.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_back.png index b0c558cf2e..7cfbe1d7d0 100644 Binary files a/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_back.png and b/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_back.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_bottom.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_bottom.png index f126b51cfe..03a61a59c3 100644 Binary files a/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_bottom.png and b/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_bottom.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_front.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_front.png index 0956799d2a..bbc68e78ba 100644 Binary files a/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_front.png and b/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_front.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_left.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_left.png index c4ef00dfc2..1a0ceaef21 100644 Binary files a/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_left.png and b/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_left.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_right.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_right.png index 977709c996..f547532f2c 100644 Binary files a/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_right.png and b/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_right.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_top.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_top.png index cef691fe49..c109aa826e 100644 Binary files a/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_top.png and b/mods/ITEMS/mcl_chests/textures/mcl_chests_ender_chest_top.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_fnt_chest.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_fnt_chest.png index 68cd565ca1..e57e7efbcb 100644 Binary files a/mods/ITEMS/mcl_chests/textures/mcl_chests_fnt_chest.png and b/mods/ITEMS/mcl_chests/textures/mcl_chests_fnt_chest.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_fnt_ender_chest.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_fnt_ender_chest.png index c0f10e64f8..b470cfd139 100644 Binary files a/mods/ITEMS/mcl_chests/textures/mcl_chests_fnt_ender_chest.png and b/mods/ITEMS/mcl_chests/textures/mcl_chests_fnt_ender_chest.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_fnt_shulker_box.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_fnt_shulker_box.png index 2a4f32b328..aa2aad61b9 100644 Binary files a/mods/ITEMS/mcl_chests/textures/mcl_chests_fnt_shulker_box.png and b/mods/ITEMS/mcl_chests/textures/mcl_chests_fnt_shulker_box.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_inventory_chest.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_inventory_chest.png index ad46f2b1cc..01cac23213 100644 Binary files a/mods/ITEMS/mcl_chests/textures/mcl_chests_inventory_chest.png and b/mods/ITEMS/mcl_chests/textures/mcl_chests_inventory_chest.png differ diff --git a/mods/ITEMS/mcl_chests/textures/mcl_chests_inventory_chest_large.png b/mods/ITEMS/mcl_chests/textures/mcl_chests_inventory_chest_large.png index 3b4e0316a7..bb7b96afb2 100644 Binary files a/mods/ITEMS/mcl_chests/textures/mcl_chests_inventory_chest_large.png and b/mods/ITEMS/mcl_chests/textures/mcl_chests_inventory_chest_large.png differ