diff --git a/mods/ITEMS/mcl_chests/init.lua b/mods/ITEMS/mcl_chests/init.lua index 68d2fe05..38bc2203 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 9c99463b..866a3398 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 8e9c51dc..bde28667 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 bde3651b..00000000 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 e889404a..deb00680 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 9519e5fc..5c1beb4b 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 31ca2429..de56e2ca 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 00000000..f347e921 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 00000000..cb43e55e 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 00000000..d420aaba 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 00000000..4536ada8 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 b0c558cf..7cfbe1d7 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 f126b51c..03a61a59 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 0956799d..bbc68e78 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 c4ef00df..1a0ceaef 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 977709c9..f547532f 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 cef691fe..c109aa82 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 68cd565c..e57e7efb 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 c0f10e64..b470cfd1 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 2a4f32b3..aa2aad61 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 ad46f2b1..01cac232 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 3b4e0316..bb7b96af 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