diff --git a/mods/mcl_chests/init.lua b/mods/mcl_chests/init.lua index dc4522654d..e692545428 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 0000000000..264e3441f9 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 0000000000..1358951b8b 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 0000000000..266b341fd4 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 0000000000..615a15bb7b 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 0000000000..7c5e257a03 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 0000000000..2ca771d0de 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 0000000000..92bd4987ae 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 0000000000..b878931da8 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 0000000000..2754dde453 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 0000000000..24501aa317 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 0000000000..fddd3fd06a 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 0000000000..4e7d38749d 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 0000000000..2c9427bf7f 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 0000000000..6381baf006 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 0000000000..24741dbb85 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 0000000000..69fe6e6fb4 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 0000000000..53ad917bca 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 0000000000..00a3780269 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 0000000000..90039cbb21 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 0000000000..b50cde0cbb 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 0000000000..34aa04620a 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 0000000000..738091cd88 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 0000000000..ee5e18b370 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 0000000000..84927dd462 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 0000000000..f0115525ed 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 0000000000..8a6a38e224 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 0000000000..a937bbc113 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 0000000000..133f8444ba 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 0000000000..b49aea56fb 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 0000000000..cbadfb48f6 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 0000000000..7c31b3b494 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 0000000000..e5cc7caa5c 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 0000000000..cbc8d6dd49 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 0000000000..50b070e743 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 0000000000..aed7803ddc 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 0000000000..f8fd0934ed 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 0000000000..4194670e7a 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 0000000000..270ee06282 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 0000000000..2253c214ed 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 0000000000..cf3306b715 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 0000000000..ae3f726e7c 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 0000000000..3dce7d1953 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 0000000000..6cdf408a0e 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 0000000000..b48c1292dc 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 0000000000..c6cc16c762 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_yellow_shulker_box_top.png differ