From 411e3e161fa8e7e249edd0d7c2628a9d6fdfb781 Mon Sep 17 00:00:00 2001 From: pineaulo Date: Tue, 2 Jan 2024 21:03:39 +0100 Subject: [PATCH 1/2] 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!ia0vp^0wB!93?!50ihlx9oB=)|uG7@ibTlOCmR|=H z^z(Fa4B?PvJ-CtgfC3N8f%v8~35NZbE0}FKSW{J`rhB-32!6&F)SsZrUiG70$Tx72 zrjBJ|%ApgS`|T2~h2HnM++0|(PTT5d;zZ`4{y%4#XLoEDjCmrN%FyLX{&FS$+ zAc=F?-m2Qr~gf1j$K{j0=3`*#?T6=sa1< za`8Y&_BsJY>pZjeXOf%!_B)@MH<8Uw{!;1r6;1KpoO?WfX;-`JzvI{vuzo?|`Nn_Q d0;Q$9*r#s3>Tsh^(+cQr22WQ%mvv4FO#o;{TB85} literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_brown.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_brown.png new file mode 100644 index 0000000000000000000000000000000000000000..d4df11cf9d1b8e88a6df053fceca9a47428513e3 GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPE^3h)VWO|X_20eV+eTm}Xb9Ga5S z+L}hj5?ZX9nk%(9jSW_{F*#0P=ny>6b*{nVpy=VPhk0Eh7`KbO;$cv86bjur$Ic39 OK7*&LpUXO@geCy%e=uPH 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!ia0vp^0wB!73?$#)eFPHV5AX?bJ$?S7nWe3}e~@T-huEAs zMr9w)1Emr?T^vI=WLXa~3N||kupDIMc_Pd*;W$I$Ifl~L@xi+yWhS2$ukJU$=KR#$ zq&IVIhp6xA%w3PpZkbfJX`b3Wb{}E&4PlqqH!Rf_54dQOlesn~q@?E38{PYX{N3Wk bKYlU0>5INDJ7&@ew2Q&h)z4*}Q$iB}i0eOI literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_green.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_green.png new file mode 100644 index 0000000000000000000000000000000000000000..232a77416164b367648afb1bed880a7a994095b9 GIT binary patch literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9JOMr-u8ECe-(I}%j8-X{t)dt3 zZ4OY}-qXb~gyVX0!V|-SgoKxdLJ0!1Hm_|xxZ0y!@$jjxdpaE4I>(HT`!G0hoHb_F qTKR%iOY_p%rVR&@5||y_7#Z>|iJo1ep12rj6oaR$pUXO@geCxq>@H0J 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!ia0vp^0wB!93?!50ihlx9JOMr-u0XJ2#ftRw^q!s`VS~Id zpm?OGi(?4K_2h^L9~!zBZhXin%q-n3%G}JtT+i&x#$3$o%yf7aTN`UnAiIQw&r(SV ziFrp13=H&3A0#D29X)XJKuLq+bP0l+XkKGv_o% 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!ia0vp^0wB!73?$#)eFPHV5AX?bbuPN3Zq?+x{?hZm|E*?h zmtySb!&N{Rn(=Kp^) z*Tu^HB zpD~T`tWkk=!Cj|>P~Qg+pHF)5eh)@K zsH#Y4I8Z9U)5S4_Bii(oAtQq!2aDskIR%9R1rC3*e<}UU>*7p_n62PwE6H@t(po6Q zR+O`-U-@VMT=7tT+m)->e=`N_IL_JiY9-52t90i7f(LIsc*1<+Iq%_fo8x+cW;1xY L`njxgN@xNAaOyeS literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_orange.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_orange.png new file mode 100644 index 0000000000000000000000000000000000000000..4289f085660fbd772e6accbf4d30c55ffda520a8 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPGa2=EDURcfj-TermP#qFCh4EG8Z zeryQ&*&zFKskwODgEpX=EKe855RU7~9^zX5-rC_j$r|EX=H7bYJgFKX`exo{`a-OR zK64y-6vdOj3nYuXvN@V{ne9>FVdQ&MBb@0Ok%k1^@s6 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 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9JOMr-uAkES{!H8aXT#Co=6O$V zxpD%gT)X}pa5?^uEwb`!XEaQ1Cxw(#!VH=Z7$i%Fi QLZBrKp00i_>zopr0Qa3ZlK=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!ia0vp^0wB!93?!50ihlx9JOMr-t~oh57cN}z_xBf@Gv~FV zML$s7(9^{+gd;lHq^8uU`D4PBlND}>eUtemn*Hb0oH%hnkujBZp4H3_zXh6%+04=m bMqCV8QcCwDEI8bOni)J@{an^LB{Ts5yXhrp literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_white.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_white.png new file mode 100644 index 0000000000000000000000000000000000000000..92247711e24211d328d19600d376327491e66497 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9JOMr-uK!;#eE#_}xaNZCju#%6 zre*`h-923#LpWrUMM__vN>7=|_j%KqDDEUHx3vIVCg!0PJ5k A!TmYH%5jcE1As7>C+Yfjb-q3^>bP0l+XkK Dn*TEW literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_black.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_black.png new file mode 100644 index 0000000000000000000000000000000000000000..9dbc97d5f5619b5b33cd672637017fc392f5cdf8 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9oB=)|uG7@ibTlOCmR|=H zbntX>4B?PXzVIn(M^j>G`X#Nl&^+PBmRmicJesG|JdF(2p2(xF>%jn@12*kJKT>)cnYx0V;*P6aGz)%teJ{`BprCdiY5Q-E&$v}K3!8n*6n=3~ zzGvC&?UP*uj~o;;*kH&!@x_G#zdMdKP3QL|+>lwpDq}y@g}3eUOG~MKai3YQS7mIu z$a*lEQT0a)gT_3!3u^a0|2#F{<(jmT<+f{4%S)^K>o!@dxjyV$Iq8Mp*SB*Ltr>Xb WI6q!KH0u)3!3>_RelF{r5}E*-a9Ldd 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!ia0vp^0wB!73?$#)eFPE^3h)VWO|X_{!VYHg?FM4KcU_Sppu7Kiw zMjsr`$X^kcQaF`4foqE*Z%FF~<(p!ta$yl!AT#KOt++iqJO9=<#BJ`yZC5)D>6BxEF{eoD=h5VO#Kz{K$Rgiu%e0)^#3 POBg&|{an^LB{Ts51pYD@ 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 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPHV5AX?bbuPN3Zq?+x{?hZm|E*?h zmtyKx^n;a^#<+*u_q hSi3EJy+ipce(gzO`nOCME&*D|;OXk;vd$@?2>=qPLx%tW 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!ia0vp^0wB!73?$#)eFPHV5AX?bZ9T8J>Sb!&N{Rn(=Kp^) z*TuM&*3{-%v+@A2sFE__)@K zsH#Y4I8e&Z)5S4_NR=Ki};b-uj3?;+O2AqPe9R z_4n^Bh*qfdoUmhs*r|%Pnx2>Q4n(?|2(}q>w10KmX=56#bK?58Ep}=e)(L_~6fB>y*WkKucTwRPs!Pk>f4c)I$ztaD0e0ssvv BP{IHJ literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_pink.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_pink.png new file mode 100644 index 0000000000000000000000000000000000000000..792f5c6b20fac3f438c4975137b12e91cc63f187 GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9JOMr-uAkES{!H8aXT#Co=6O$V zxpD%<9X(wfLpWrUL%zQ1N}qG|MQwxO!yj(W$5`GLlpb3mdO6PM+=~ju<3DovnpGbE tpH~pc!T796^?=ubu7kG@ur>5BF*HAwIXv-raud)n22WQ%mvv4FO#l_KI6?pb literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_purple.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_purple.png new file mode 100644 index 0000000000000000000000000000000000000000..be323dc85d2607613114d02b122d232c2a93afbb GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPE^3h)VW?KIl4DCB`2uYH(g=?uSp zDO%I6HTN_FWdl83978ywefth_9x&ixKHvB!**}4Mmp@0!|IlAvx8^%o`JH)Deg2g| z>?~F}-c2%{8Y%}=*~|JgvS+8JDpy4K9-i{QV3qa09WLHW{0o;pKgPY+l-DX^!%iEZ O;S8RxelF{r5}E)T;X2g- literal 0 HcmV?d00001 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_red.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_red.png new file mode 100644 index 0000000000000000000000000000000000000000..8ef07d15975c5fa478c4fb19e77b03bd145f7dbc GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9JOMr-uCJn^niLe4*opnGtLrI_ zJr5N3^mK6y;kce0aen59?!^AIHrd1NO9TJ#v^zP^mb7r5re=^~Wsqi|lbh9(#PK#t z;FQ3rtr}AjR|W@*xHK7inJ_MrSi_sca6*GY>X_uC9eXzK0UFBS>FVdQ&MBb@08Py? Aq5uE@ 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 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9JOMr-t~oh57cN}z_xBf@Gv~FV zML$s7(bL5-gyVX0!jz~-2NE>?9%*k3{ME_q-0?*?kgaXSQXZa#GiNU3Sv~E3)X@#~ t|F+i)Fr8ubZkXC2+Pu|~he3*!!DG5~_wM(cUx9`(c)I$ztaD0e0sxHLF}wf( 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!ia0vp^0wB!93?!50ihlx9JOMr-uK!;#eE#_}xaNZCju#%6 zre*`h-8@|!LpZJ{3)FA@#pQhW%7(2xOBEMRbi6NihjPbx1*@(d{@sbdC? x4X!v>CPiSTk2MNirC5F`QD9;BQgd=LIy8!PC{xWt~$(695fLEd~Gp 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 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9JOMr-uKzzD`FF#1Ntw_8H*=4l zoi_m}?&j&@7{YNqIYLazsyi|4$JJCG$%PB`C9ie0RU5V(-w>C|u~wHSmE*6H@Tq{R y>#AZ-Ep_|lxh8V-|JULQoWpyG&5R*Mgkc4n9OtrS>PbKo89ZJ6T-G@yGywqPZZUcQ literal 0 HcmV?d00001 From 7af5e79afcc71c6de5144aa6cda40f20a6771e15 Mon Sep 17 00:00:00 2001 From: pineaulo Date: Thu, 11 Jan 2024 09:11:27 +0100 Subject: [PATCH 2/2] Colors rework --- .../mcl_colorblocks_glazed_terracotta_cyan.png | Bin 182 -> 5248 bytes ...l_colorblocks_glazed_terracotta_magenta.png | Bin 162 -> 5009 bytes ...ocks_glazed_terracotta_pillar_side_cyan.png | Bin 180 -> 180 bytes ...ks_glazed_terracotta_pillar_side_silver.png | Bin 130 -> 138 bytes ...cks_glazed_terracotta_pillar_top_silver.png | Bin 146 -> 145 bytes ...cl_colorblocks_glazed_terracotta_silver.png | Bin 171 -> 5000 bytes 6 files changed, 0 insertions(+), 0 deletions(-) diff --git a/textures/mcl_colorblocks_glazed_terracotta_cyan.png b/textures/mcl_colorblocks_glazed_terracotta_cyan.png index 6289015a681007df7655d6c449fec156e2c184d3..e2c832bc0ea3b6549b8cf70f79a48db67ed88562 100644 GIT binary patch literal 5248 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 diff --git a/textures/mcl_colorblocks_glazed_terracotta_magenta.png b/textures/mcl_colorblocks_glazed_terracotta_magenta.png index 0673eab675f9ab8eedfa03a6d820e51cf187f7d5..9f193f2013630c04a38513324784b12805e07a57 100644 GIT binary patch literal 5009 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 delta 118 zcmV-+0Ez#!0ki>-MQt9p4Ssati7kiI4)vJkh!suCX}aRgw32qRo+jQ0OcN)tR?-Ksr7IUu(KKvntz1-eeA4VK-%$^X7jyXf Y14b_u>vqO8i2wiq07*qoM6N<$f*fQpbN~PV diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_side_silver.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_side_silver.png index 3500b1972fa38e64e746af089845859d9ba050b5..c10b29a28744f258e06bb0e18403e71a122cba07 100644 GIT binary patch delta 85 zcmZo->|&f?<7esV;uyjqn>;1w)4F7yFQ59-MV?sAJRni=Dn;q>qH}vUE3D~^Ri7*& pA2rvfT_8bkmQaV;1V)F&j~MPq$g>7SH!3gyfv2mV%Q~loCIHC+AY}jm delta 77 zcmeBTY+{^X<7VjT;uyjaoorH5YSjEO;mXMhx5U25{1VOnb81eUIH1Uw$~w<#W{2Mb gO~!0yX$B)MhAb(i`wFVdQ&MBb@04E(8TL1t6 diff --git a/textures/mcl_colorblocks_glazed_terracotta_pillar_top_silver.png b/textures/mcl_colorblocks_glazed_terracotta_pillar_top_silver.png index 39f9ab388e2bb17cd938286bb71ec1c0949ec99d..24814be79173d335507d75427370e03b95256079 100644 GIT binary patch delta 92 zcmbQlIFWIJO{jyXi(?4K_2e0rzayobAG}Fl$Fug5f0KmMlKCA*IvsVVjtb2BYcwVC w>aY0K691SPTNsKD3MHr}98JhgV0Lh0WVm@%HTUXaNd^$`boFyt=akR{0Q#LIkpKVy delta 93 zcmV-j0HXhq0g?fbJXS$TL_t&t*JEImTH?T9DE-8Tfl>O214D@P6Hx|+sHF@Hp_!SX z46BykTE(z`{YgSznCEPKf`q>E3JxJSUX&Cqj4U1hT{xZO?bXC z*Dqq;gCnlM{q*2SQrC;Zk{ur39?foukIq@JK$hH5Wz9RreNw){BJ8Q{f$#6^#uF>I zoL#l+-r!U@+6dxvtDdks=@GhA(F@nuDs4Q_`B z!$oU$l|;B2?B>ZjPF>!fC9C@-hn7k;d}SR9IzVp8*Zc3RZ+jUQmss0pRnJQ~fjLBN ze<(0>yxvxl%{m*EdWv0THG$i#y@8vxd7k}rZr6cbUb5mDTQILqSg=}K0pa*|Oq}>E zAckz_{^FE-ej9JL<>HL(HVe%hx~7(lD>1ZMssc_XxcPZhu9&)MqIRw{4j2FPc-0B} z&u^u9y;`U~Tr`dLe5$wgBJsr{UXEwB1GMFpz|C)0xt%azQN-nnFZb5PUE8?_ag8|9 z-D1tUormv>w))gwOc2K$6kNt`n7q!Cc7A~ky|-wa%Ykb(X@YiLl z-PCnS=@Hkm{qDXY9RZr9 zLEe4V8z&}D=&1=A_qJ&q_Nf3mukAZ_dVaB zzr6Lhd3!*owEi=Hhsiw$LzW!9<^NEo>UYWS%ZI1jmqmIWNvjKRPFPo#5EI@o-L>IP z^3JO@p7F6RKiPi6*Tklr)U2CyvyA8L88r2@(>=T}QijzqR5xx znkh@0`qlpZp)0~OyS7q(O5Yt76VZ)3oB;rsEIF4e@Z)mdY=3mq7o_EKe9sB&vVucO z7tgR*vWYpq;-q-$j5T?S?azA4UH^SI?(vUHD@a_8|)j7>5+e*b{ynoTpDvYrJ#B_Z;`KHgoH}{7)WY zzF5-Kw2Lrnr{fFx#1|fq*7@AXGk>YhEObv&UC|YI0`k4Bk8Ly>%Wd{9shvHYG52*t zb>*xx^Yz`@!y$|NR-tp+L5|L2abN%&QY#4{td<}IgHnUeYXItyI8Q6AhZdHyg*=~82=tAEi`VNl zY$7o!DT$CoC8)JBBALZv5lIvxg@Q*d@VaD`9yH)pI!7bK2nG+)L0Y*+FITIuModtm zUaRNeaHt;pCO@SnFz_wBN;k>^$_LQ^YKUY4iKtW($9m}W{6rLFG@-xs(23BWHKGvF zsn=>DgrA70^p0a8VCb#CX029XDhGy$hyqcfraCk#`Mr?K{Q?DVJ&Y8{9_bOlLtP34({HpgW!hAuK$L z3R3W}JB=x2(8zR9LN-Cc5ZgzsRf6bp%9WrDA!<}IlfpxmpC&tFyhWrNU25FMC^z@|W`--rr|2URiz-QlAx^+qoLo8^+yNK}wPXW(g6Dj82> zKrkMZ&|y4{PL?9>Om`MTI#T#sbe&qNPXe{bG8tMaS`FGlrfRS*qhv06Kbxd@#K;th zLc^2DcoIWIrm@LPHid~JjuuNa?&&wxdJzAI4-b>Um?41rjmXg9g3c=9+hH}zmyyDM z@H4s&|6l|Z`eTp};`bw6AL;ra20qC6V|RU|>w_5hAmfkS^?#$w>fLb%QKA2UlF-A9 z;IiRU^dMv{2oUiV3PnpxOK@+eb00_S-;9c){CLYmmhBh;Q1u#^wXatStjy0tfJ}^6BoHdHn*kg&M*tvH5WxqI zl;-;YuU{Z@fY*PnoC6$ro$CXHp6TTSd)2)w0QJ7!P@rmGuQw1Gb(;_D*>@XWoiX3_ T>v0NaGz{R!58{309k>23uB delta 144 zcmV;B0B`?@C#wOFBYyx4P)t-sY;0`M(9lm$PZpe<>p?h=00015Nkl_3_+&anSupc}*LKY^|c yVgDJt7+CjD31tY(pW?(Il0VIrfhB8N3IP5V8Ge_+sa60000{s|MNUMnLSTZx@jFBS