diff --git a/mods/mcl_chests/init.lua b/mods/mcl_chests/init.lua index dc452265..e6925454 100644 --- a/mods/mcl_chests/init.lua +++ b/mods/mcl_chests/init.lua @@ -305,7 +305,22 @@ minetest.register_craft({ -- Shulker boxes local boxtypes = { + white = "White Shulker Box", + grey = "Light Grey Shulker Box", + orange = "Orange Shulker Box", + cyan = "Cyan Shulker Box", + magenta = "Magenta Shulker Box", violet = "Purple Shulker Box", + lightblue = "Light Blue Shulker Box", + blue = "Blue Shulker Box", + yellow = "Yellow Shulker Box", + brown = "Brown Shulker Box", + green = "Lime Shulker Box", + dark_green = "Green Shulker Box", + pink = "Pink Shulker Box", + red = "Red Shulker Box", + dark_grey = "Grey Shulker Box", + black = "Black Shulker Box", } for color, desc in pairs(boxtypes) do diff --git a/mods/mcl_chests/textures/mcl_chests_black_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_black_shulker_box_bottom.png new file mode 100644 index 00000000..264e3441 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_black_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_black_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_black_shulker_box_side.png new file mode 100644 index 00000000..1358951b Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_black_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_black_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_black_shulker_box_top.png new file mode 100644 index 00000000..266b341f Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_black_shulker_box_top.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_blue_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_blue_shulker_box_bottom.png new file mode 100644 index 00000000..615a15bb Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_blue_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_blue_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_blue_shulker_box_side.png new file mode 100644 index 00000000..7c5e257a Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_blue_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_blue_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_blue_shulker_box_top.png new file mode 100644 index 00000000..2ca771d0 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_blue_shulker_box_top.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_brown_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_brown_shulker_box_bottom.png new file mode 100644 index 00000000..92bd4987 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_brown_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_brown_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_brown_shulker_box_side.png new file mode 100644 index 00000000..b878931d Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_brown_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_brown_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_brown_shulker_box_top.png new file mode 100644 index 00000000..2754dde4 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_brown_shulker_box_top.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_cyan_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_cyan_shulker_box_bottom.png new file mode 100644 index 00000000..24501aa3 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_cyan_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_cyan_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_cyan_shulker_box_side.png new file mode 100644 index 00000000..fddd3fd0 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_cyan_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_cyan_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_cyan_shulker_box_top.png new file mode 100644 index 00000000..4e7d3874 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_cyan_shulker_box_top.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_dark_green_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_dark_green_shulker_box_bottom.png new file mode 100644 index 00000000..2c9427bf Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_dark_green_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_dark_green_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_dark_green_shulker_box_side.png new file mode 100644 index 00000000..6381baf0 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_dark_green_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_dark_green_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_dark_green_shulker_box_top.png new file mode 100644 index 00000000..24741dbb Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_dark_green_shulker_box_top.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_dark_grey_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_dark_grey_shulker_box_bottom.png new file mode 100644 index 00000000..69fe6e6f Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_dark_grey_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_dark_grey_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_dark_grey_shulker_box_side.png new file mode 100644 index 00000000..53ad917b Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_dark_grey_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_dark_grey_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_dark_grey_shulker_box_top.png new file mode 100644 index 00000000..00a37802 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_dark_grey_shulker_box_top.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_green_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_green_shulker_box_bottom.png new file mode 100644 index 00000000..90039cbb Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_green_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_green_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_green_shulker_box_side.png new file mode 100644 index 00000000..b50cde0c Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_green_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_green_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_green_shulker_box_top.png new file mode 100644 index 00000000..34aa0462 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_green_shulker_box_top.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_grey_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_grey_shulker_box_bottom.png new file mode 100644 index 00000000..738091cd Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_grey_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_grey_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_grey_shulker_box_side.png new file mode 100644 index 00000000..ee5e18b3 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_grey_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_grey_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_grey_shulker_box_top.png new file mode 100644 index 00000000..84927dd4 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_grey_shulker_box_top.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_lightblue_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_lightblue_shulker_box_bottom.png new file mode 100644 index 00000000..f0115525 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_lightblue_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_lightblue_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_lightblue_shulker_box_side.png new file mode 100644 index 00000000..8a6a38e2 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_lightblue_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_lightblue_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_lightblue_shulker_box_top.png new file mode 100644 index 00000000..a937bbc1 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_lightblue_shulker_box_top.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_magenta_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_magenta_shulker_box_bottom.png new file mode 100644 index 00000000..133f8444 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_magenta_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_magenta_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_magenta_shulker_box_side.png new file mode 100644 index 00000000..b49aea56 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_magenta_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_magenta_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_magenta_shulker_box_top.png new file mode 100644 index 00000000..cbadfb48 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_magenta_shulker_box_top.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_orange_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_orange_shulker_box_bottom.png new file mode 100644 index 00000000..7c31b3b4 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_orange_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_orange_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_orange_shulker_box_side.png new file mode 100644 index 00000000..e5cc7caa Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_orange_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_orange_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_orange_shulker_box_top.png new file mode 100644 index 00000000..cbc8d6dd Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_orange_shulker_box_top.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_pink_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_pink_shulker_box_bottom.png new file mode 100644 index 00000000..50b070e7 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_pink_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_pink_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_pink_shulker_box_side.png new file mode 100644 index 00000000..aed7803d Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_pink_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_pink_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_pink_shulker_box_top.png new file mode 100644 index 00000000..f8fd0934 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_pink_shulker_box_top.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_red_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_red_shulker_box_bottom.png new file mode 100644 index 00000000..4194670e Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_red_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_red_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_red_shulker_box_side.png new file mode 100644 index 00000000..270ee062 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_red_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_red_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_red_shulker_box_top.png new file mode 100644 index 00000000..2253c214 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_red_shulker_box_top.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_white_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_white_shulker_box_bottom.png new file mode 100644 index 00000000..cf3306b7 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_white_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_white_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_white_shulker_box_side.png new file mode 100644 index 00000000..ae3f726e Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_white_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_white_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_white_shulker_box_top.png new file mode 100644 index 00000000..3dce7d19 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_white_shulker_box_top.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_yellow_shulker_box_bottom.png b/mods/mcl_chests/textures/mcl_chests_yellow_shulker_box_bottom.png new file mode 100644 index 00000000..6cdf408a Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_yellow_shulker_box_bottom.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_yellow_shulker_box_side.png b/mods/mcl_chests/textures/mcl_chests_yellow_shulker_box_side.png new file mode 100644 index 00000000..b48c1292 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_yellow_shulker_box_side.png differ diff --git a/mods/mcl_chests/textures/mcl_chests_yellow_shulker_box_top.png b/mods/mcl_chests/textures/mcl_chests_yellow_shulker_box_top.png new file mode 100644 index 00000000..c6cc16c7 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_yellow_shulker_box_top.png differ