diff --git a/mods/ITEMS/mcl_colorblocks/init.lua b/mods/ITEMS/mcl_colorblocks/init.lua index 38038ee6..748f654e 100644 --- a/mods/ITEMS/mcl_colorblocks/init.lua +++ b/mods/ITEMS/mcl_colorblocks/init.lua @@ -10,13 +10,13 @@ block.dyes = { {"red", "Red", "red"}, {"yellow", "Yellow", "yellow", true}, {"green", "Green", "dark_green"}, - {"cyan", "Cyan", "cyan"}, + {"cyan", "Cyan", "cyan", true}, {"blue", "Blue", "blue", true}, {"magenta", "Magenta", "magenta", true}, {"orange", "Orange", "orange", true}, {"purple", "Purple", "violet", true}, {"brown", "Brown", "brown", true}, - {"pink", "Pink", "pink"}, + {"pink", "Pink", "pink", true}, {"lime", "Lime", "green", true}, {"light_blue", "Light Blue", "lightblue", true}, } diff --git a/mods/ITEMS/mcl_colorblocks/textures/mcl_colorblocks_glazed_terracotta_cyan.png b/mods/ITEMS/mcl_colorblocks/textures/mcl_colorblocks_glazed_terracotta_cyan.png new file mode 100644 index 00000000..f7fde442 Binary files /dev/null and b/mods/ITEMS/mcl_colorblocks/textures/mcl_colorblocks_glazed_terracotta_cyan.png differ diff --git a/mods/ITEMS/mcl_colorblocks/textures/mcl_colorblocks_glazed_terracotta_pink.png b/mods/ITEMS/mcl_colorblocks/textures/mcl_colorblocks_glazed_terracotta_pink.png new file mode 100644 index 00000000..56ce74c0 Binary files /dev/null and b/mods/ITEMS/mcl_colorblocks/textures/mcl_colorblocks_glazed_terracotta_pink.png differ