From 411e3e161fa8e7e249edd0d7c2628a9d6fdfb781 Mon Sep 17 00:00:00 2001 From: pineaulo Date: Tue, 2 Jan 2024 21:03:39 +0100 Subject: [PATCH] Add terracotta pillars --- mods/ITEMS/mcl_colorblocks/init.lua | 68 +++++++++++++----- .../locale/mcl_colorblocks.fr.tr | 18 +++++ .../ITEMS/mcl_colorblocks/locale/template.txt | 18 +++++ ...ks_glazed_terracotta_pillar_side_black.png | Bin 0 -> 156 bytes ...cks_glazed_terracotta_pillar_side_blue.png | Bin 0 -> 229 bytes ...ks_glazed_terracotta_pillar_side_brown.png | Bin 0 -> 171 bytes ...cks_glazed_terracotta_pillar_side_cyan.png | Bin 0 -> 180 bytes ...ks_glazed_terracotta_pillar_side_green.png | Bin 0 -> 144 bytes ...cks_glazed_terracotta_pillar_side_grey.png | Bin 0 -> 170 bytes ...azed_terracotta_pillar_side_light_blue.png | Bin 0 -> 165 bytes ...cks_glazed_terracotta_pillar_side_lime.png | Bin 0 -> 177 bytes ..._glazed_terracotta_pillar_side_magenta.png | Bin 0 -> 164 bytes ...s_glazed_terracotta_pillar_side_orange.png | Bin 0 -> 199 bytes ...cks_glazed_terracotta_pillar_side_pink.png | Bin 0 -> 158 bytes ...s_glazed_terracotta_pillar_side_purple.png | Bin 0 -> 169 bytes ...ocks_glazed_terracotta_pillar_side_red.png | Bin 0 -> 170 bytes ...s_glazed_terracotta_pillar_side_silver.png | Bin 0 -> 130 bytes ...ks_glazed_terracotta_pillar_side_white.png | Bin 0 -> 152 bytes ...s_glazed_terracotta_pillar_side_yellow.png | Bin 0 -> 156 bytes ...cks_glazed_terracotta_pillar_top_black.png | Bin 0 -> 142 bytes ...ocks_glazed_terracotta_pillar_top_blue.png | Bin 0 -> 222 bytes ...cks_glazed_terracotta_pillar_top_brown.png | Bin 0 -> 175 bytes ...ocks_glazed_terracotta_pillar_top_cyan.png | Bin 0 -> 177 bytes ...cks_glazed_terracotta_pillar_top_green.png | Bin 0 -> 145 bytes ...ocks_glazed_terracotta_pillar_top_grey.png | Bin 0 -> 170 bytes ...lazed_terracotta_pillar_top_light_blue.png | Bin 0 -> 185 bytes ...ocks_glazed_terracotta_pillar_top_lime.png | Bin 0 -> 162 bytes ...s_glazed_terracotta_pillar_top_magenta.png | Bin 0 -> 162 bytes ...ks_glazed_terracotta_pillar_top_orange.png | Bin 0 -> 204 bytes ...ocks_glazed_terracotta_pillar_top_pink.png | Bin 0 -> 146 bytes ...ks_glazed_terracotta_pillar_top_purple.png | Bin 0 -> 168 bytes ...locks_glazed_terracotta_pillar_top_red.png | Bin 0 -> 154 bytes ...ks_glazed_terracotta_pillar_top_silver.png | Bin 0 -> 146 bytes ...cks_glazed_terracotta_pillar_top_white.png | Bin 0 -> 151 bytes ...ks_glazed_terracotta_pillar_top_yellow.png | Bin 0 -> 151 bytes 35 files changed, 85 insertions(+), 19 deletions(-) create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_black.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_blue.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_brown.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_cyan.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_green.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_grey.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_light_blue.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_lime.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_magenta.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_orange.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_pink.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_purple.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_red.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_silver.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_white.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_side_yellow.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_black.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_blue.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_brown.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_cyan.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_green.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_grey.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_light_blue.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_lime.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_magenta.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_orange.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_pink.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_purple.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_red.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_silver.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_white.png create mode 100644 textures/mcl_colorblocks_glazed_terracotta_pillar_top_yellow.png diff --git a/mods/ITEMS/mcl_colorblocks/init.lua b/mods/ITEMS/mcl_colorblocks/init.lua index 6eec8a9df..f865628a3 100644 --- a/mods/ITEMS/mcl_colorblocks/init.lua +++ b/mods/ITEMS/mcl_colorblocks/init.lua @@ -4,27 +4,28 @@ local doc_mod = minetest.get_modpath("doc") local block = {} block.dyes = { - {"white", S("White Terracotta"), S("White Glazed Terracotta"), S("White Concrete Powder"), S("White Concrete"), "white"}, - {"grey", S("Grey Terracotta"), S("Grey Glazed Terracotta"), S("Grey Concrete Powder"), S("Grey Concrete"), "dark_grey"}, - {"silver", S("Light Grey Terracotta"), S("Light Grey Glazed Terracotta"), S("Light Grey Concrete Powder"), S("Light Grey Concrete"), "grey"}, - {"black", S("Black Terracotta"), S("Black Glazed Terracotta"), S("Black Concrete Powder"), S("Black Concrete"), "black"}, - {"red", S("Red Terracotta"), S("Red Glazed Terracotta"), S("Red Concrete Powder"), S("Red Concrete"), "red"}, - {"yellow", S("Yellow Terracotta"), S("Yellow Glazed Terracotta"), S("Yellow Concrete Powder"), S("Yellow Concrete"), "yellow"}, - {"green", S("Green Terracotta"), S("Green Glazed Terracotta"), S("Green Concrete Powder"), S("Green Concrete"), "dark_green"}, - {"cyan", S("Cyan Terracotta"), S("Cyan Glazed Terracotta"), S("Cyan Concrete Powder"), S("Cyan Concrete"), "cyan"}, - {"blue", S("Blue Terracotta"), S("Blue Glazed Terracotta"), S("Blue Concrete Powder"), S("Blue Concrete"), "blue"}, - {"magenta", S("Magenta Terracotta"), S("Magenta Glazed Terracotta"), S("Magenta Concrete Powder"), S("Magenta Concrete"), "magenta"}, - {"orange", S("Orange Terracotta"), S("Orange Glazed Terracotta"), S("Orange Concrete Powder"), S("Orange Concrete"), "orange"}, - {"purple", S("Purple Terracotta"), S("Purple Glazed Terracotta"), S("Purple Concrete Powder"), S("Purple Concrete"), "violet"}, - {"brown", S("Brown Terracotta"), S("Brown Glazed Terracotta"), S("Brown Concrete Powder"), S("Brown Concrete"), "brown"}, - {"pink", S("Pink Terracotta"), S("Pink Glazed Terracotta"), S("Pink Concrete Powder"), S("Pink Concrete"), "pink"}, - {"lime", S("Lime Terracotta"), S("Lime Glazed Terracotta"), S("Lime Concrete Powder"), S("Lime Concrete"), "green"}, - {"light_blue", S("Light Blue Terracotta"), S("Light Blue Glazed Terracotta"), S("Light Blue Concrete Powder"), S("Light Blue Concrete"), "lightblue"}, + {"white", S("White Terracotta"), S("White Glazed Terracotta"), S("White Glazed Terracotta Pillar"), S("White Concrete Powder"), S("White Concrete"), "white"}, + {"grey", S("Grey Terracotta"), S("Grey Glazed Terracotta"), S("Grey Glazed Terracotta Pillar"), S("Grey Concrete Powder"), S("Grey Concrete"), "dark_grey"}, + {"silver", S("Light Grey Terracotta"), S("Light Grey Glazed Terracotta"), S("Light Grey Glazed Terracotta Pillar"), S("Light Grey Concrete Powder"), S("Light Grey Concrete"), "grey"}, + {"black", S("Black Terracotta"), S("Black Glazed Terracotta"), S("Black Glazed Terracotta Pillar"), S("Black Concrete Powder"), S("Black Concrete"), "black"}, + {"red", S("Red Terracotta"), S("Red Glazed Terracotta"), S("Red Glazed Terracotta Pillar"), S("Red Concrete Powder"), S("Red Concrete"), "red"}, + {"yellow", S("Yellow Terracotta"), S("Yellow Glazed Terracotta"), S("Yellow Glazed Terracotta Pillar"), S("Yellow Concrete Powder"), S("Yellow Concrete"), "yellow"}, + {"green", S("Green Terracotta"), S("Green Glazed Terracotta"), S("Green Glazed Terracotta Pillar"), S("Green Concrete Powder"), S("Green Concrete"), "dark_green"}, + {"cyan", S("Cyan Terracotta"), S("Cyan Glazed Terracotta"), S("Cyan Glazed Terracotta Pillar"), S("Cyan Concrete Powder"), S("Cyan Concrete"), "cyan"}, + {"blue", S("Blue Terracotta"), S("Blue Glazed Terracotta"), S("Blue Glazed Terracotta Pillar"), S("Blue Concrete Powder"), S("Blue Concrete"), "blue"}, + {"magenta", S("Magenta Terracotta"), S("Magenta Glazed Terracotta"), S("Magenta Glazed Terracotta Pillar"), S("Magenta Concrete Powder"), S("Magenta Concrete"), "magenta"}, + {"orange", S("Orange Terracotta"), S("Orange Glazed Terracotta"), S("Orange Glazed Terracotta Pillar"), S("Orange Concrete Powder"), S("Orange Concrete"), "orange"}, + {"purple", S("Purple Terracotta"), S("Purple Glazed Terracotta"), S("Purple Glazed Terracotta Pillar"), S("Purple Concrete Powder"), S("Purple Concrete"), "violet"}, + {"brown", S("Brown Terracotta"), S("Brown Glazed Terracotta"), S("Brown Glazed Terracotta Pillar"), S("Brown Concrete Powder"), S("Brown Concrete"), "brown"}, + {"pink", S("Pink Terracotta"), S("Pink Glazed Terracotta"), S("Pink Glazed Terracotta Pillar"), S("Pink Concrete Powder"), S("Pink Concrete"), "pink"}, + {"lime", S("Lime Terracotta"), S("Lime Glazed Terracotta"), S("Lime Glazed Terracotta Pillar"), S("Lime Concrete Powder"), S("Lime Concrete"), "green"}, + {"light_blue", S("Light Blue Terracotta"), S("Light Blue Glazed Terracotta"), S("Light Blue Glazed Terracotta Pillar"), S("Light Blue Concrete Powder"), S("Light Blue Concrete"), "lightblue"}, } local canonical_color = "yellow" local hc_desc = S("Terracotta is a basic building material. It comes in many different colors.") local gt_desc = S("Glazed terracotta is a decorative block with a complex pattern. It can be rotated by placing it in different directions.") +local gtp_desc = S("Glazed terracotta pillar is a decorative block with a complex pattern. It can be used with Glazed terracotta to make uneven patterns.") local cp_desc = S("Concrete powder is used for creating concrete, but it can also be used as decoration itself. It comes in different colors. Concrete powder turns into concrete of the same color when it comes in contact with water.") local c_desc = S("Concrete is a decorative block which comes in many different colors. It is notable for having a very strong and clean color.") local cp_tt = S("Turns into concrete on water contact") @@ -57,8 +58,9 @@ for _, row in ipairs(block.dyes) do local is_canonical = name == canonical_color local sdesc_hc = row[2] local sdesc_gt = row[3] - local sdesc_cp = row[4] - local sdesc_c = row[5] + local sdesc_gtp = row[4] + local sdesc_cp = row[5] + local sdesc_c = row[6] local ldesc_hc, ldesc_gt, ldesc_cp, ldesc_c local create_entry local ename_hc, ename_gt, ename_cp, ename_c @@ -66,16 +68,18 @@ for _, row in ipairs(block.dyes) do if is_canonical then ldesc_hc = hc_desc ldesc_gt = gt_desc + ldesc_gtp = gtp_desc ldesc_cp = cp_desc ldesc_c = c_desc ename_hc = S("Colored Terracotta") ename_gt = S("Glazed Terracotta") + ename_gtp = S("Glazed Terracotta Pillar") ename_cp = S("Concrete Powder") ename_c = S("Concrete") else create_entry = false end - local craft_color_group = row[6] + local craft_color_group = row[7] -- Node Definition minetest.register_node("mcl_colorblocks:hardened_clay_"..name, { description = sdesc_hc, @@ -162,6 +166,22 @@ for _, row in ipairs(block.dyes) do _mcl_hardness = 1.4, on_rotate = on_rotate, }) + minetest.register_node("mcl_colorblocks:glazed_terracotta_pillar_"..name, { + description = sdesc_gtp, + _doc_items_longdesc = ldesc_gtp, + _doc_items_create_entry = create_entry, + _doc_items_entry_name = ename_gtp, + tiles = {"mcl_colorblocks_glazed_terracotta_pillar_top_"..name..".png", "mcl_colorblocks_glazed_terracotta_pillar_top_"..name..".png", "mcl_colorblocks_glazed_terracotta_pillar_side_"..name..".png"}, + groups = {handy=1,pickaxey=1, glazed_terracotta=1,building_block=1, material_stone=1}, + paramtype2 = "facedir", + stack_max = 64, + is_ground_content = false, + sounds = mcl_sounds.node_sound_stone_defaults(), + _mcl_blast_resistance = 4.2, + _mcl_hardness = 1.4, + on_place = mcl_util.rotate_axis, + on_rotate = on_rotate, + }) if not is_canonical and doc_mod then doc.add_entry_alias("nodes", "mcl_colorblocks:hardened_clay_"..canonical_color, "nodes", "mcl_colorblocks:hardened_clay_"..name) @@ -196,6 +216,16 @@ for _, row in ipairs(block.dyes) do recipe = "mcl_colorblocks:hardened_clay_"..name, cooktime = 10, }) + + minetest.register_craft({ + output = "mcl_colorblocks:glazed_terracotta_pillar_"..name.." 2", + recipe = { + {"mcl_colorblocks:glazed_terracotta_"..name}, + {"mcl_colorblocks:glazed_terracotta_"..name}, + } + }) + + mcl_stonecutter.register_recipe("mcl_colorblocks:glazed_terracotta_"..name, "mcl_colorblocks:glazed_terracotta_pillar_"..name) end end diff --git a/mods/ITEMS/mcl_colorblocks/locale/mcl_colorblocks.fr.tr b/mods/ITEMS/mcl_colorblocks/locale/mcl_colorblocks.fr.tr index f71b54063..a4bcf2c8f 100644 --- a/mods/ITEMS/mcl_colorblocks/locale/mcl_colorblocks.fr.tr +++ b/mods/ITEMS/mcl_colorblocks/locale/mcl_colorblocks.fr.tr @@ -1,76 +1,94 @@ # textdomain: mcl_colorblocks White Terracotta=Terre cuite blanche White Glazed Terracotta=Terre cuite emaillée blanche +White Glazed Terracotta Pillar=Pilier de terre cuite emaillée blanche White Concrete Powder=Béton en poudre blanc White Concrete=Béton blanc Grey Terracotta=Terre cuite grise Grey Glazed Terracotta=Terre cuite emaillée grise +Grey Glazed Terracotta Pillar=Pilier de terre cuite emaillée grise Grey Concrete Powder=Béton en goudre gris Grey Concrete=Béton gris Light Grey Terracotta=Terre cuite gris clair Light Grey Glazed Terracotta=Terre cuite emaillée gris clair +Light Grey Glazed Terracotta Pillar=Pilier de terre cuite emaillée gris clair Light Grey Concrete Powder=Béton en poudre gris clair Light Grey Concrete=Béton gris clair Black Terracotta=Terre cuite noir Black Glazed Terracotta=Terre cuite emaillée noir +Black Glazed Terracotta Pillar=Pilier de terre cuite emaillée noir Black Concrete Powder=Béton en poudre noir Black Concrete=Béton noir Red Terracotta=Terre cuite rouge Red Glazed Terracotta=Terre cuite emaillée rouge +Red Glazed Terracotta Pillar=Pilier de terre cuite emaillée rouge Red Concrete Powder=Béton en poudre rouge Red Concrete=Béton rouge Yellow Terracotta=Terre cuite jaune Yellow Glazed Terracotta=Terre cuite emaillée jaune +Yellow Glazed Terracotta Pillar=Pilier de terre cuite emaillée jaune Yellow Concrete Powder=Béton en poudre jaune Yellow Concrete=Béton jaune Green Terracotta=Terre cuite verte Green Glazed Terracotta=Terre cuite emaillée verte +Green Glazed Terracotta Pillar=Pilier de terre cuite emaillée verte Green Concrete Powder=Béton en poudre vert Green Concrete=Béton vert Cyan Terracotta=Terre cuite cyan Cyan Glazed Terracotta=Terre cuite emaillée cyan +Cyan Glazed Terracotta Pillar=Pilier de terre cuite emaillée cyan Cyan Concrete Powder=Béton en poudre cyan Cyan Concrete=Béton cyan Blue Terracotta=Terre cuite bleue Blue Glazed Terracotta=Terre cuite emaillée bleue +Blue Glazed Terracotta Pillar=Pilier de terre cuite emaillée bleue Blue Concrete Powder=Béton en poudre bleu Blue Concrete=Béton bleu Magenta Terracotta=Terre cuite magenta Magenta Glazed Terracotta=Terre cuite emaillée magenta +Magenta Glazed Terracotta Pillar=Pilier de terre cuite emaillée magenta Magenta Concrete Powder=Béton en poudre magenta Magenta Concrete=Béton magenta Orange Terracotta=Terre cuite orange Orange Glazed Terracotta=Terre cuite emaillée orange +Orange Glazed Terracotta Pillar=Pilier de terre cuite emaillée orange Orange Concrete Powder=Béton en poudre orange Orange Concrete=Béton orange Purple Terracotta=Terre cuite violette Purple Glazed Terracotta=Terre cuite emaillée violette +Purple Glazed Terracotta Pillar=Pilier de terre cuite emaillée violette Purple Concrete Powder=Béton en poudre violet Purple Concrete=Béton violet Brown Terracotta=Terre cuite marron Brown Glazed Terracotta=Terre cuite emaillée marron +Brown Glazed Terracotta Pillar=Pilier de terre cuite emaillée marron Brown Concrete Powder=Béton en poudre marron Brown Concrete=Béton marron Pink Terracotta=Terre cuite rose Pink Glazed Terracotta=Terre cuite emaillée rose +Pink Glazed Terracotta Pillar=Pilier de terre cuite emaillée rose Pink Concrete Powder=Béton en poudre rose Pink Concrete=Béton rose Lime Terracotta=Terre cuite verte clair Lime Glazed Terracotta=Terre cuite emaillée verte clair +Lime Glazed Terracotta Pillar=Pilier de terre cuite emaillée verte clair Lime Concrete Powder=Béton en poudre vert clair Lime Concrete=Béton vert clair Light Blue Terracotta=Terre cuite bleu clair Light Blue Glazed Terracotta=Terre cuite emaillée bleu clair +Light Blue Glazed Terracotta Pillar=Pilier de terre cuite emaillée bleu clair Light Blue Concrete Powder=Béton en poudre bleu clair Light Blue Concrete=Béton bleu clair Terracotta is a basic building material. It comes in many different colors.=La terre cuite est un matériau de construction de base. Il est disponible dans de nombreuses couleurs différentes. Glazed terracotta is a decorative block with a complex pattern. It can be rotated by placing it in different directions.=La terre cuite émaillée est un bloc décoratif au motif complexe. Il peut être tourné en le plaçant dans différentes directions. +Glazed terracotta pillar is a decorative block with a complex pattern. It can be used with Glazed terracotta to make uneven patterns.=Le pilier de terre cuite émaillée est un bloc décoratif au motif complexe. Il peut être utilisé avec la terre cuite émaillée pour réaliser des motifs impairs. Concrete powder is used for creating concrete, but it can also be used as decoration itself. It comes in different colors. Concrete powder turns into concrete of the same color when it comes in contact with water.=La poudre de béton est utilisée pour créer du béton, mais elle peut également être utilisée comme décoration elle-même. Il est disponible en différentes couleurs. La poudre de béton se transforme en béton de la même couleur au contact de l'eau. Concrete is a decorative block which comes in many different colors. It is notable for having a very strong and clean color.=Le béton est un bloc décoratif qui se décline en de nombreuses couleurs différentes. Il est remarquable pour avoir une couleur très forte et propre. Terracotta=Terre cuite Terracotta is a basic building material which comes in many different colors. This particular block is uncolored.=La terre cuite est un matériau de construction de base qui se décline en de nombreuses couleurs différentes. Ce bloc particulier n'est pas coloré. Colored Terracotta=Terre cuite colorée Glazed Terracotta=Terre cuite emaillée +Glazed Terracotta Pillar=Pilier de terre cuite emaillée Concrete Powder=Béton en poudre Concrete=Béton Turns into concrete on water contact=Se transforme en béton au contact de l'eau diff --git a/mods/ITEMS/mcl_colorblocks/locale/template.txt b/mods/ITEMS/mcl_colorblocks/locale/template.txt index ca1c059a1..8fbe7713f 100644 --- a/mods/ITEMS/mcl_colorblocks/locale/template.txt +++ b/mods/ITEMS/mcl_colorblocks/locale/template.txt @@ -1,76 +1,94 @@ # textdomain: mcl_colorblocks White Terracotta= White Glazed Terracotta= +White Glazed Terracotta Pillar= White Concrete Powder= White Concrete= Grey Terracotta= Grey Glazed Terracotta= +Grey Glazed Terracotta Pillar= Grey Concrete Powder= Grey Concrete= Light Grey Terracotta= Light Grey Glazed Terracotta= +Light Grey Glazed Terracotta Pillar= Light Grey Concrete Powder= Light Grey Concrete= Black Terracotta= Black Glazed Terracotta= +Black Glazed Terracotta Pillar= Black Concrete Powder= Black Concrete= Red Terracotta= Red Glazed Terracotta= +Red Glazed Terracotta Pillar= Red Concrete Powder= Red Concrete= Yellow Terracotta= Yellow Glazed Terracotta= +Yellow Glazed Terracotta Pillar= Yellow Concrete Powder= Yellow Concrete= Green Terracotta= Green Glazed Terracotta= +Green Glazed Terracotta Pillar= Green Concrete Powder= Green Concrete= Cyan Terracotta= Cyan Glazed Terracotta= +Cyan Glazed Terracotta Pillar= Cyan Concrete Powder= Cyan Concrete= Blue Terracotta= Blue Glazed Terracotta= +Blue Glazed Terracotta Pillar= Blue Concrete Powder= Blue Concrete= Magenta Terracotta= Magenta Glazed Terracotta= +Magenta Glazed Terracotta Pillar= Magenta Concrete Powder= Magenta Concrete= Orange Terracotta= Orange Glazed Terracotta= +Orange Glazed Terracotta Pillar= Orange Concrete Powder= Orange Concrete= Purple Terracotta= Purple Glazed Terracotta= +Purple Glazed Terracotta Pillar= Purple Concrete Powder= Purple Concrete= Brown Terracotta= Brown Glazed Terracotta= +Brown Glazed Terracotta Pillar= Brown Concrete Powder= Brown Concrete= Pink Terracotta= Pink Glazed Terracotta= +Pink Glazed Terracotta Pillar= Pink Concrete Powder= Pink Concrete= Lime Terracotta= Lime Glazed Terracotta= +Lime Glazed Terracotta Pillar= Lime Concrete Powder= Lime Concrete= Light Blue Terracotta= Light Blue Glazed Terracotta= +Light Blue Glazed Terracotta Pillar= Light Blue Concrete Powder= Light Blue Concrete= Terracotta is a basic building material. It comes in many different colors.= Glazed terracotta is a decorative block with a complex pattern. It can be rotated by placing it in different directions.= +Glazed terracotta pillar is a decorative block with a complex pattern. It can be used with Glazed terracotta to make uneven patterns.= Concrete powder is used for creating concrete, but it can also be used as decoration itself. It comes in different colors. Concrete powder turns into concrete of the same color when it comes in contact with water.= Concrete is a decorative block which comes in many different colors. It is notable for having a very strong and clean color.= Terracotta= Terracotta is a basic building material which comes in many different colors. This particular block is uncolored.= Colored Terracotta= Glazed Terracotta= +Glazed Terracotta Pillar= Concrete Powder= Concrete= Turns into concrete on water contact= diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_black.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_black.png new file mode 100644 index 0000000000000000000000000000000000000000..452bc39bdfdfa00ccc34f438d090999737b9016a GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRdCT0c(hNQXTpBNYzI0Jk_T&Jn2>1b-Qva%jN zEx(R|fx*wy#W93Kmi6F9-UA9eEC=G7&LkN2U#?)b;b2Wwk(%z|_96HgUr>L7DtpzB zb|K%uMVdO6i7AIpaPGHDv=(~b=W=sl#X4=PpNSKhgZlrRWs+C@)Ia?-0|Nttr>mdK II;Vst01K=zApigX literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_blue.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..9de2e220092663810e2b9d009a4fceefc7d36957 GIT binary patch literal 229 zcmV^P)1WL6(pilHxOPOrAYa z7c?y7r3BHyRBNsfAv)e9T0XlzKDT=A;if zkl@gil-AZXGM3O{)zn<6#c6D?s*TBU0z-%3fv$569tTAaZ#~TG62Z7#zopr0PBA+VE_OC literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_cyan.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_cyan.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8e1bdb55d6b4020e2bb0d411ca03955d1edace GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdu#id_r7LpTB5kY3uGEBwF4f zHfN4e*@yEC3=9dLE{-7_vaAOg1)CiNSPnAsJP~G@aGW9W97E~r_~2cUGLz4WSNEG= zbAD=W(wn)qL)7c`^y6)+4aO)g1I_|^Z w#BtV`S!?ABRxQm-XPY)0NJ?OKaARc1yCiyciF)E<1_lNOPgg&ebxsLQ0Ez4_O#lD@ literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_grey.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_grey.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf1f987e9a56aef37d8e5236948259615220eb GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRdCT0c(hNQXTpBNYzcmjMvTwPsVSFBi(o}S** z(<5w<7skNA5b5dS7{YNqIpV>GhVF$MA2JFvOE-%$H?uI;Gdr^}7c)CE9bU!O#@Z9e zE+OHwR8m4>-Vp->1O3tmNeNL$51c$u(%?9`@g;LJ7xQ7MHclSiJ3f9q+&d(9GF*Nr WuutdI!k-Kb3=E#GelF{r5}E)r=QKwE literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_light_blue.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_light_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..eff4344e05aed71f13e80996d8e95f11c4411546 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdu#id_r8Ei!P~KH94=p^!)FC zs~Ov+*navlFfasqx;Tb#Tz5Tpm-m1I2g`$E7Af|O35;ue0`~q*Uu7nEf8U4l18dY| z_cn*6HeG1FB>H4>wBo~k5BOY9olSeXtA3Aw=&m5XMWTl{%CY+&;k%n(^HD?8{+6-f RVg?2V22WQ%mvv4FO#qNwJq-W= literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_lime.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_lime.png new file mode 100644 index 0000000000000000000000000000000000000000..d4bab81c2293ebd14960778dfbf8f8be9969d820 GIT binary patch literal 177 zcmV;i08amjP)1AH282{{_|LmPaLOQts003P{L_t&t9TmZW4FW+30KtV&09XO?7C?*zychbfNu0s7 zRyL!t@ov7uAS}71bbEk%wi< fsG{UxS}X4#*y#!^@7!qc00000NkvXXu0mjf{(?pO literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_magenta.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_magenta.png new file mode 100644 index 0000000000000000000000000000000000000000..4c92281209a587f41b94abfb894d17db5aa15835 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdu#id_r6ggEal|5p8pxwl?8PpU?UzL~d~ zz7VUS&m2b{Me*eC0?Fd8Y>tfL+l9p49N83#3K@$e8*bRPT%6F@=ooRplvSf=0+Uu5 xKcgmFR=GA~X1kOI-)1M7v`kCpE0U@Vj@GiheAkOT85kHCJYD@<);T3K0RZL>IR*d# literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_pink.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_pink.png new file mode 100644 index 0000000000000000000000000000000000000000..8e6f6cfa9fea29fb113c59b7fba9e2687e3f6ae6 GIT binary patch literal 158 zcmV;P0Ac@$P)S1!L6wZQmHP>o)l@u755N!no=+ zqX?s&x`{HQmAnr-W0JfSQawV-NNdN!< M07*qoM6N<$g3nbu=>Px# literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_purple.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..3af4b4adce400c6214a175bc08261600635ae73d GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdqsCd_r71jdm;wd7#H@A0}Bk z!*5@T*0gKQJ>vMk5w{gsI_|3tT_doQPM^wG1oF@zG z$`^0eFvNN*E_!}K>(#vZ$#cY?Gewx&aAlmI*k#qeYi<3HqsiinZl03+d-n%Zc%HC4 V=lKoq7#J8BJYD@<);T3K0RRb@JLmua literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_red.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_red.png new file mode 100644 index 0000000000000000000000000000000000000000..b2b39aa0d3f650ea8bc809fc5d7012b18818b75d GIT binary patch literal 170 zcmV;b09F5qP)RMWY zARweZ7XN;JjB{Pj00014NklMc0>cW0 zm0=94w3dc4WUUNc$`BPAwUQw;szHlEHA{<&fe}O;j9SIb@L}o-euh1&33d$Y8MA%? Y0JZ`gRFP_IaR2}S07*qoM6N<$g7=*`lK=n! literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_silver.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_silver.png new file mode 100644 index 0000000000000000000000000000000000000000..3500b1972fa38e64e746af089845859d9ba050b5 GIT binary patch literal 130 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRdCT0c(hNQXTpBNYzcmjMvTyt`AE?l_a@9!@* zXU=O!i+%NklVb1b-Qva%jN zEx(R|fx*Gk#W93KHu=J*s2xp-q3M^j+CuY$8(VJmgz{*fPV+P}SbHWbA!3%44|pBuQoQBB*3iSmuy3DS>Tf^CYz77f22WQ%mvv4FO#mKFD--|# literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_blue.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..230c1ab97c73f741f9babbf59b352b5d1328c43c GIT binary patch literal 222 zcmV<403rX0P)DRps<5E(GOdCJ;LFNl2 zvlBM#K9IYurULX=+JOZ+(CST&%R*T9H<2xKb1rchSTXe8jlxD zn(L})w9y5@TLC5bga9a>M$jhTN&MwExt<8 literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_brown.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_brown.png new file mode 100644 index 0000000000000000000000000000000000000000..586be7499ce2f7650e8cf41a52a66a31667f09b0 GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdqsCd_r6ktmT(aFKiAma`z7s zE$>)e9T0XlzKDT=A;QzeF@!_bweKV+gCdXX{+6Aq6BxOQ`H%4VFj`Ic7d^8zFrWV) zS3vPTqYn;e7og@n@9+#ktoxM#2X anZxXa{(rjkF`j{efx*+&&t;ucLK6UH^*ZbT literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_cyan.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_cyan.png new file mode 100644 index 0000000000000000000000000000000000000000..1da77f75febb932df1d8f133e7c626a4d89cb7a2 GIT binary patch literal 177 zcmV;i08amjP)DQWbZI7Mz?icJR*t003P{L_t&t9WB985r8lZM8RV)KvE2}3h2Buz$E@P@x!hT zV(H}4U6I1CTsy!eeu97?bdue3r-Zv}r-aM3m)3B(kmhiAA+OWz00000NkvXXu0mjfc|Jvk literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_green.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_green.png new file mode 100644 index 0000000000000000000000000000000000000000..bd88f8192e2a8837cdd65de69ab9f5f8cc517d68 GIT binary patch literal 145 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRdCT0c(hNQXTpBNYzcmjMvToW6`zP)(i8Ld(@ zTSYJ6+Z+Z41_w_U#}JO|$q8=^ixLuE8VV%{T-cb9Snw>s;>3mrUy}9M_++_R+v=mA xd^0wXu{*<{cpzp2O9W?xVTAMzh6#ZT&i6&`<}2}PFfcGMc)I$ztaD0e0sxQ|EY$!2 literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_grey.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_grey.png new file mode 100644 index 0000000000000000000000000000000000000000..4a505edd8b0b4c5eb45130e956cac1c9efb05bcc GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRdCT0c(hNQXTpBNYzcmjMvTwPsVSFBi(o}S** z(<5w<7skNA5b5dS7{YNqIpRR+gzkk0Gn<8(l@Bv9vWcED W)YZN~VL1Z>1B0ilpUXO@geCw4{xTQ< literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_light_blue.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_light_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..9fa80bc279de56f984a0439b72ea8be2393bfa6b GIT binary patch literal 185 zcmV;q07n0bP)zc+^QE5eYRJxKzHg7E0Pv3+BKo100000NkvXXu0mjf5~xFm literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_lime.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_lime.png new file mode 100644 index 0000000000000000000000000000000000000000..fde7b2b7950147e7bfffc98ecbba8d5ae05a6a69 GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdu#id_r7X&nvEanHslJ;{TiZ z|KH4YakARUz`)?=>Eal|5$)P{khj5s=kOgZ<}K251e#q|{62rA`;(sxyK8vK%!Mfu z24YRuKF;N{+Gyc;&{Oz|%_rMNq3+WhI+yCVJUv=oAnJVb;D@^vj0)$uRbIF(4`X0p OVDNPHb6Mw<&;$VIoI9id literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_magenta.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_magenta.png new file mode 100644 index 0000000000000000000000000000000000000000..9e42f9169f76a95aab1deae9e746793b1b981e5a GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdu#id_r6ggEal|aox2qQ1E~Ohch$R3lW2Y1FshRv(^2p@%Q9j?}mnsf~5-k zrJ9>!_+F@-d8@;uE7iJS67%{c**BR5MT<9c%YH3bf4@1l(CfUkecBBEwXfm>!WbAB O7(8A5T-G@yGywqnG&j<7lz=50001QNklP{LZ|n zKL1J}b{4A~?}7o#*|Sqql`A5A4^R1Du*!Ph4j1nw{)J1QALHI@%4-#| TVW$lP0|SGntDnm{r-UW|8{slF@)oKa>V(WAG#C!)7oSYw=WI+!_)5MJX_Mjd77F*hLu5@flh8# zPZG!5D1lP~r?zTLNn9BmEaK8+>}A5ZNMa3d4#Noz2B~9`k9O?YyoUi~s;i&NI;Vst E08Py?q5uE@ literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_silver.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_silver.png new file mode 100644 index 0000000000000000000000000000000000000000..39f9ab388e2bb17cd938286bb71ec1c0949ec99d GIT binary patch literal 146 zcmV;D0B!$?P)p?h=0000%Nklhk;T0i33B3^b=7AhNz_s4568s zp$w~*-&)16fBv_B5CY5vOMsPt6@#@w3;-Gh07#b`i@Wa$^#A|>07*qoM6N<$f{fcS AyZ`_I literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_white.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_white.png new file mode 100644 index 0000000000000000000000000000000000000000..e86c4cd9916b45fcb1c92772a4a605399463f857 GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRdCT0c(hNQXTpBNYzcmjMvT>rmf`26!{aLonN z9WOjCP0eOtU~uzvaSY+Oo-9zm^%s}(-76cm@+?(cIFZNS$z`eJyiFV~#y+XM9LY1J zl%$RsI5xQUBz7@yOSf=OW6);Q_G8Ul%_PZS#Kmw*O@hBgX`dGZ0|SGntDnm{r-UW| D4N5Hr literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_yellow.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..f1311ef2b23943b31f367209e646c0fbd82fdc89 GIT binary patch literal 151 zcmV;I0BHY-P)VOIFnWegdip)VQMiiUeJgvYR6WeBY; z3}p!YA`{9`de6ac6O9tozVCt?5q002ovPDHLk FV1narF?s+1 literal 0 HcmV?d00001