diff --git a/mods/ITEMS/mcl_chests/init.lua b/mods/ITEMS/mcl_chests/init.lua index 68d2fe05e..38bc22039 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 9c99463bd..866a33984 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 8e9c51dca..bde286673 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 bde3651b7..000000000 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 e889404ad..deb006807 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 9519e5fcc..5c1beb4b5 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 31ca24294..de56e2cab 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 000000000..f347e921a 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 000000000..cb43e55e2 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 000000000..d420aaba0 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 000000000..4536ada86 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 b0c558cf2..7cfbe1d7d 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 f126b51cf..03a61a59c 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 0956799d2..bbc68e78b 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 c4ef00dfc..1a0ceaef2 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 977709c99..f547532f2 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 cef691fe4..c109aa826 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 68cd565ca..e57e7efbc 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 c0f10e64f..b470cfd13 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 2a4f32b32..aa2aad61b 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 ad46f2b1c..01cac2321 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 3b4e0316a..bb7b96afb 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