diff --git a/mods/mcl_chests/init.lua b/mods/mcl_chests/init.lua index dc4522654..e69254542 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 000000000..264e3441f 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 000000000..1358951b8 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 000000000..266b341fd 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 000000000..615a15bb7 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 000000000..7c5e257a0 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 000000000..2ca771d0d 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 000000000..92bd4987a 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 000000000..b878931da 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 000000000..2754dde45 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 000000000..24501aa31 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 000000000..fddd3fd06 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 000000000..4e7d38749 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 000000000..2c9427bf7 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 000000000..6381baf00 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 000000000..24741dbb8 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 000000000..69fe6e6fb 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 000000000..53ad917bc 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 000000000..00a378026 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 000000000..90039cbb2 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 000000000..b50cde0cb 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 000000000..34aa04620 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 000000000..738091cd8 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 000000000..ee5e18b37 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 000000000..84927dd46 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 000000000..f0115525e 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 000000000..8a6a38e22 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 000000000..a937bbc11 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 000000000..133f8444b 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 000000000..b49aea56f 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 000000000..cbadfb48f 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 000000000..7c31b3b49 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 000000000..e5cc7caa5 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 000000000..cbc8d6dd4 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 000000000..50b070e74 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 000000000..aed7803dd 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 000000000..f8fd0934e 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 000000000..4194670e7 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 000000000..270ee0628 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 000000000..2253c214e 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 000000000..cf3306b71 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 000000000..ae3f726e7 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 000000000..3dce7d195 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 000000000..6cdf408a0 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 000000000..b48c1292d 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 000000000..c6cc16c76 Binary files /dev/null and b/mods/mcl_chests/textures/mcl_chests_yellow_shulker_box_top.png differ