diff --git a/README.md b/README.md index a54e590..2becef5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # `mcmap` - Isometric map visualizer -![](https://img.shields.io/badge/version-1.16.5-success) ![](https://img.shields.io/badge/version-1.17-success) ![](https://img.shields.io/badge/version-1.18.1-success) +![](https://img.shields.io/badge/version-1.16.5-success) +![](https://img.shields.io/badge/version-1.17-success) +![](https://img.shields.io/badge/version-1.18.1-success) +![](https://img.shields.io/badge/version-1.19.4-success) +![](https://img.shields.io/badge/version-1.20.1-success) *Original project by Simon Rettberg. All the credit goes to him for the idea and vision.* diff --git a/scripts/average.sh b/scripts/average.sh old mode 100644 new mode 100755 index db80c2a..5c0ef89 --- a/scripts/average.sh +++ b/scripts/average.sh @@ -1,5 +1,10 @@ +#!/usr/bin/env bash + # Requires ImageMagick # Outputs the color average of the image passed as an argument -echo -ne "`basename "$1"`\t" -convert "$1" -resize 1x1 txt:- | grep -Po "#[[:xdigit:]]{6}" | tr A-F a-f +set -eo pipefail + +printf '%s\t%s\n' \ + "$(basename "${1}")" \ + "$(convert "${1}" -resize 1x1 txt:- | grep -Po "#[[:xdigit:]]{6}" | tr A-F a-f)" diff --git a/src/colors.json b/src/colors.json index 108a0d6..ca26e25 100644 --- a/src/colors.json +++ b/src/colors.json @@ -4,6 +4,7 @@ "minecraft:acacia_door": "#ab5c33", "minecraft:acacia_fence": { "color": "#ab5c33", "type": "Rod" }, "minecraft:acacia_fence_gate": "#ab5c33", + "minecraft:acacia_hanging_sign": "#ab5c33", "minecraft:acacia_leaves": { "color": "#368728b4", "type": "Clear" }, "minecraft:acacia_log": { "accent": "#aa5b32", "color": "#686258", "type": "Log" }, "minecraft:acacia_planks": "#ab5c33", @@ -13,6 +14,7 @@ "minecraft:acacia_slab": { "color": "#ab5c33", "type": "Slab" }, "minecraft:acacia_stairs": { "color": "#ab5c33", "type": "Stair" }, "minecraft:acacia_trapdoor": "#ab5c33", + "minecraft:acacia_wall_hanging_sign": "#ab5c33", "minecraft:acacia_wall_sign": "#ab5c33", "minecraft:acacia_wood": "#686258", "minecraft:activator_rail": { "color": "#78725cfa", "type": "Thin" }, @@ -33,7 +35,24 @@ "minecraft:azalea_leaves_flowers": { "accent": "#af61b5", "color": "#5d762cb4", "type": "Ore" }, "minecraft:azure_bluet": { "color": "#a8acacfe", "type": "Plant" }, "minecraft:bamboo": { "accent": "#416705fe", "color": "#578919fe", "type": "Torch" }, + "minecraft:bamboo_block": "#7f903a", + "minecraft:bamboo_button": { "color": "#c2ad51", "type": "Hide" }, + "minecraft:bamboo_door": "#c2ad51", + "minecraft:bamboo_fence": { "color": "#c2ad51", "type": "Rod" }, + "minecraft:bamboo_fence_gate": "#c2ad51", + "minecraft:bamboo_hanging_sign": "#c2ad51", + "minecraft:bamboo_mosaic": "#beaa4e", + "minecraft:bamboo_mosaic_slab": { "color": "#beaa4e", "type": "Slab" }, + "minecraft:bamboo_mosaic_stairs": { "color": "#beaa4e", "type": "Stair" }, + "minecraft:bamboo_planks": "#c2ad51", + "minecraft:bamboo_pressure_plate": { "color": "#c2ad51", "type": "Thin" }, "minecraft:bamboo_sapling": { "accent": "#2e5300fe", "color": "#4f3615fe", "type": "Torch" }, + "minecraft:bamboo_sign": "#c2ad51", + "minecraft:bamboo_slab": { "color": "#c2ad51", "type": "Slab" }, + "minecraft:bamboo_stairs": { "color": "#c2ad51", "type": "Stair" }, + "minecraft:bamboo_trapdoor": "#c2ad51", + "minecraft:bamboo_wall_hanging_sign": "#c2ad51", + "minecraft:bamboo_wall_sign": "#c2ad51", "minecraft:barrel": "#8c6739", "minecraft:barrier": { "color": "#00000000", "type": "Hide" }, "minecraft:basalt": { "accent": "#56565a", "color": "#4d4b50", "type": "Log" }, @@ -49,6 +68,7 @@ "minecraft:birch_door": "#c3b37b", "minecraft:birch_fence": { "color": "#c3b37b", "type": "Rod" }, "minecraft:birch_fence_gate": "#c3b37b", + "minecraft:birch_hanging_sign": "#c3b37b", "minecraft:birch_leaves": { "color": "#557c3caa", "type": "Clear" }, "minecraft:birch_log": { "accent": "#c4b27b", "color": "#e1e0dc", "type": "Log" }, "minecraft:birch_planks": "#c3b37b", @@ -58,6 +78,7 @@ "minecraft:birch_slab": { "color": "#c3b37bfe", "type": "Slab" }, "minecraft:birch_stairs": { "color": "#c3b37b", "type": "Stair" }, "minecraft:birch_trapdoor": "#c3b37b", + "minecraft:birch_wall_hanging_sign": "#c3b37b", "minecraft:birch_wall_sign": "#c3b37b", "minecraft:birch_wood": "#e1e0dc", "minecraft:black_banner": { "color": "#00000000", "type": "Hide" }, @@ -131,6 +152,7 @@ "minecraft:cactus": "#59862d", "minecraft:cake": { "color": "#e4cdce", "type": "Slab" }, "minecraft:calcite": "#e0e1de", + "minecraft:calibrated_sculk_sensor": { "color": "#104856", "type": "Slab" }, "minecraft:campfire": { "color": "#9c7f4e", "type": "Slab" }, "minecraft:candle": { "color": "#f5d9a9", "type": "Torch" }, "minecraft:candle_cake": { "color": "#e4cdce", "type": "Slab" }, @@ -143,8 +165,26 @@ "minecraft:cave_vines_plant": { "color": "#5a6a28", "type": "Plant" }, "minecraft:chain": { "accent": "#3c4353", "color": "#3c4353", "type": "Torch" }, "minecraft:chain_command_block": "#7e68c3", + "minecraft:cherry_button": { "color": "#e3b3ad", "type": "Hide" }, + "minecraft:cherry_door": "#e3b3ad", + "minecraft:cherry_fence": { "color": "#e3b3ad", "type": "Rod" }, + "minecraft:cherry_fence_gate": "#e3b3ad", + "minecraft:cherry_hanging_sign": "#e3b3ad", + "minecraft:cherry_leaves": { "color": "#e6adc3", "type": "Clear" }, + "minecraft:cherry_log": { "accent": "#c39590", "color": "#37212c", "type": "Log" }, + "minecraft:cherry_planks": "#e3b3ad", + "minecraft:cherry_pressure_plate": { "color": "#e3b3ad", "type": "Thin" }, + "minecraft:cherry_sapling": { "color": "#a2748d", "type": "Plant" }, + "minecraft:cherry_sign": "#e3b3ad", + "minecraft:cherry_slab": { "color": "#e3b3ad", "type": "Slab" }, + "minecraft:cherry_stairs": { "color": "#e3b3ad", "type": "Stair" }, + "minecraft:cherry_trapdoor": "#e3b3ad", + "minecraft:cherry_wall_hanging_sign": "#e3b3ad", + "minecraft:cherry_wall_sign": "#e3b3ad", + "minecraft:cherry_wood": "#37212c", "minecraft:chest": "#7d5b26", "minecraft:chipped_anvil": "#6e6e6e", + "minecraft:chiseled_bookshelf": "#9d804f", "minecraft:chiseled_deepslate": "#373738", "minecraft:chiseled_nether_bricks": "#32191e", "minecraft:chiseled_polished_blackstone": "#3c3841", @@ -188,6 +228,7 @@ "minecraft:crimson_fence": { "color": "#612b42", "type": "Rod" }, "minecraft:crimson_fence_gate": "#612b42", "minecraft:crimson_fungus": { "color": "#c53439", "type": "Head" }, + "minecraft:crimson_hanging_sign": "#612b42", "minecraft:crimson_hyphae": "#4f2532", "minecraft:crimson_nylium": { "accent": "#7d1818", "color": "#6e3533", "type": "Grown" }, "minecraft:crimson_planks": "#612b42", @@ -198,6 +239,7 @@ "minecraft:crimson_stairs": { "color": "#612b42", "type": "Stair" }, "minecraft:crimson_stem": { "accent": "#73374f", "color": "#4f2532", "type": "Log" }, "minecraft:crimson_trapdoor": "#6b334a", + "minecraft:crimson_wall_hanging_sign": "#612b42", "minecraft:crimson_wall_sign": "#612b42", "minecraft:crying_obsidian": { "accent": "#a221db", "color": "#1a0b2b", "type": "Ore" }, "minecraft:cut_copper": "#c57056", @@ -227,6 +269,7 @@ "minecraft:dark_oak_door": "#472e16", "minecraft:dark_oak_fence": { "color": "#472e16", "type": "Rod" }, "minecraft:dark_oak_fence_gate": "#472e16", + "minecraft:dark_oak_hanging_sign": "#472e16", "minecraft:dark_oak_leaves": { "color": "#2c542ca0", "type": "Clear" }, "minecraft:dark_oak_log": { "accent": "#462d15", "color": "#3e2f1b", "type": "Log" }, "minecraft:dark_oak_planks": "#472e16", @@ -236,6 +279,7 @@ "minecraft:dark_oak_slab": { "color": "#472e16", "type": "Slab" }, "minecraft:dark_oak_stairs": { "color": "#472e16", "type": "Stair" }, "minecraft:dark_oak_trapdoor": "#472e16", + "minecraft:dark_oak_wall_hanging_sign": "#472e16", "minecraft:dark_oak_wall_sign": "#472e16", "minecraft:dark_oak_wood": "#3e2f1b", "minecraft:dark_prismarine": "#355f4f", @@ -263,6 +307,7 @@ "minecraft:dead_tube_coral_block": "#82786e", "minecraft:dead_tube_coral_fan": { "color": "#82786efe", "type": "Plant" }, "minecraft:dead_tube_coral_wall_fan": { "color": "#82786efe", "type": "Plant" }, + "minecraft:decorated_pot": { "color": "#7d4536", "type": "Head" }, "minecraft:deepslate": "#505052", "minecraft:deepslate_brick_slab": { "color": "#474747", "type": "Slab" }, "minecraft:deepslate_brick_stairs": { "color": "#474747", "type": "Stair" }, @@ -321,7 +366,7 @@ "minecraft:fire_coral_fan": { "color": "#a7242f", "type": "Plant" }, "minecraft:fire_coral_wall_fan": { "color": "#a7242f", "type": "Plant" }, "minecraft:fletching_table": "#d4be83", - "minecraft:flower_pot": { "color": "#532e24fe", "type": "Head" }, + "minecraft:flower_pot": { "color": "#7d4536", "type": "Head" }, "minecraft:flowering_azalea": { "accent": "#af61b5", "color": "#677e30", "type": "Ore" }, "minecraft:flowering_azalea_leaves": { "accent": "#af61b5", "color": "#677e30", "type": "Ore" }, "minecraft:frogspawn": { "color": "#6a5b52be", "type": "Thin" }, @@ -401,6 +446,7 @@ "minecraft:jungle_door": "#a67856", "minecraft:jungle_fence": { "color": "#a67856", "type": "Rod" }, "minecraft:jungle_fence_gate": "#a67856", + "minecraft:jungle_hanging_sign": "#a67856", "minecraft:jungle_leaves": { "color": "#2c8732af", "type": "Clear" }, "minecraft:jungle_log": { "accent": "#a87854", "color": "#56451a", "type": "Log" }, "minecraft:jungle_planks": "#a67856", @@ -410,6 +456,7 @@ "minecraft:jungle_slab": { "color": "#a67856", "type": "Slab" }, "minecraft:jungle_stairs": { "color": "#a67856", "type": "Stair" }, "minecraft:jungle_trapdoor": "#a67856", + "minecraft:jungle_wall_hanging_sign": "#a67856", "minecraft:jungle_wall_sign": "#a67856", "minecraft:jungle_wood": "#56451a", "minecraft:kelp": { "color": "#578b2cfe", "type": "UnderwaterPlant" }, @@ -493,6 +540,7 @@ "minecraft:mangrove_door": "#70302e", "minecraft:mangrove_fence": { "color": "#763631", "type": "Rod" }, "minecraft:mangrove_fence_gate": "#763631", + "minecraft:mangrove_hanging_sign": "#763631", "minecraft:mangrove_leaves": { "color": "#8db127b4", "type": "Clear" }, "minecraft:mangrove_log": { "accent": "#682f2a", "color": "#544329", "type": "Log" }, "minecraft:mangrove_planks": "#763631", @@ -503,6 +551,7 @@ "minecraft:mangrove_slab": { "color": "#763631", "type": "Slab" }, "minecraft:mangrove_stairs": { "color": "#763631", "type": "Stair" }, "minecraft:mangrove_trapdoor": "#6f2f2b", + "minecraft:mangrove_wall_hanging_sign": "#763631", "minecraft:mangrove_wall_sign": "#763631", "minecraft:mangrove_wood": "#544329", "minecraft:medium_amethyst_bud": { "color": "#ac87d1c8", "type": "Plant" }, @@ -545,6 +594,7 @@ "minecraft:oak_door": "#a1814d", "minecraft:oak_fence": { "color": "#a1814d", "type": "Rod" }, "minecraft:oak_fence_gate": "#a1814d", + "minecraft:oak_hanging_sign": "#a1814d", "minecraft:oak_leaves": { "color": "#368728b4", "type": "Clear" }, "minecraft:oak_log": { "accent": "#a98852", "color": "#715834", "type": "Log" }, "minecraft:oak_planks": "#a1814d", @@ -554,6 +604,7 @@ "minecraft:oak_slab": { "color": "#a1814d", "type": "Slab" }, "minecraft:oak_stairs": { "color": "#a1814d", "type": "Stair" }, "minecraft:oak_trapdoor": "#a1814d", + "minecraft:oak_wall_hanging_sign": "#a1814d", "minecraft:oak_wall_sign": "#a1814d", "minecraft:oak_wood": "#715834", "minecraft:observer": "#6b6b6b", @@ -584,6 +635,8 @@ "minecraft:pearlescent_froglight": "#efe6e8", "minecraft:peony": { "color": "#ed8da4fe", "type": "Plant" }, "minecraft:petrified_oak_slab": { "color": "#9c7f4efe", "type": "Slab" }, + "minecraft:piglin_head": { "color": "#a4674a", "type": "Head" }, + "minecraft:piglin_wall_head": { "color": "#a4674a", "type": "Head" }, "minecraft:pink_banner": { "color": "#00000000", "type": "Hide" }, "minecraft:pink_bed": "#ed8da4", "minecraft:pink_candle": { "color": "#df7399", "type": "Torch" }, @@ -592,6 +645,7 @@ "minecraft:pink_concrete": "#d6658f", "minecraft:pink_concrete_powder": "#d6658f", "minecraft:pink_glazed_terracotta": "#c26e6e", + "minecraft:pink_petals": { "color": "#f6b3da", "type": "Thin" }, "minecraft:pink_shulker_box": "#ed8da4", "minecraft:pink_stained_glass": { "color": "#ed8da428", "type": "Clear" }, "minecraft:pink_stained_glass_pane": { "color": "#ed8da428", "type": "Clear" }, @@ -601,6 +655,8 @@ "minecraft:pink_wool": "#ed8da4", "minecraft:piston": "#6a665f", "minecraft:piston_head": { "color": "#998159", "type": "Hide" }, + "minecraft:pitcher_crop": { "color": "#b58253", "type": "Plant" }, + "minecraft:pitcher_plant": { "color": "#7a8dbb", "type": "Plant" }, "minecraft:player_head": { "color": "#8a5e48fe", "type": "Head" }, "minecraft:player_wall_head": { "color": "#8a5e48fe", "type": "Head" }, "minecraft:podzol": { "accent": "#523a18", "color": "#7b573b", "type": "Grown" }, @@ -631,38 +687,40 @@ "minecraft:polished_granite_stairs": { "color": "#d08080", "type": "Stair" }, "minecraft:poppy": { "color": "#ffff00fe", "type": "Plant" }, "minecraft:potatoes": { "color": "#92c000fe", "type": "Plant" }, - "minecraft:potted_acacia_sapling": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_allium": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_azalea_bush": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_azure_bluet": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_bamboo": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_birch_sapling": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_blue_orchid": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_brown_mushroom": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_cactus": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_cornflower": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_crimson_fungus": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_crimson_roots": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_dandelion": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_dark_oak_sapling": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_dead_bush": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_fern": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_flowering_azalea_bush": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_jungle_sapling": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_lily_of_the_valley": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_mangrove_propagule": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_oak_sapling": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_orange_tulip": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_oxeye_daisy": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_pink_tulip": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_poppy": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_red_mushroom": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_red_tulip": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_spruce_sapling": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_warped_fungus": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_warped_roots": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_white_tulip": { "color": "#532e24fe", "type": "Head" }, - "minecraft:potted_wither_rose": { "color": "#532e24fe", "type": "Head" }, + "minecraft:potted_acacia_sapling": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_allium": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_azalea_bush": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_azure_bluet": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_bamboo": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_birch_sapling": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_blue_orchid": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_brown_mushroom": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_cactus": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_cherry_sapling": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_cornflower": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_crimson_fungus": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_crimson_roots": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_dandelion": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_dark_oak_sapling": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_dead_bush": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_fern": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_flowering_azalea_bush": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_jungle_sapling": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_lily_of_the_valley": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_mangrove_propagule": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_oak_sapling": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_orange_tulip": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_oxeye_daisy": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_pink_tulip": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_poppy": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_red_mushroom": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_red_tulip": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_spruce_sapling": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_torchflower": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_warped_fungus": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_warped_roots": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_white_tulip": { "color": "#7d4536", "type": "Head" }, + "minecraft:potted_wither_rose": { "color": "#7d4536", "type": "Head" }, "minecraft:powder_snow": "#f8fdfd", "minecraft:powder_snow_cauldron": { "accent": "#f8fdfd", "color": "#373737", "type": "Log" }, "minecraft:powered_rail": { "color": "#a08648fa", "type": "Thin" }, @@ -775,6 +833,7 @@ "minecraft:smooth_sandstone_stairs": { "color": "#dbd2a7", "type": "Stair" }, "minecraft:smooth_stone": "#a4a4a4", "minecraft:smooth_stone_slab": { "color": "#a4a4a4", "type": "Slab" }, + "minecraft:sniffer_egg": { "color": "#5f4931", "type": "Head" }, "minecraft:snow": { "color": "#f5f6f5fe", "type": "Thin" }, "minecraft:snow_block": "#f5f6f5fe", "minecraft:soul_campfire": { "color": "#9c7f4e", "type": "Slab" }, @@ -791,6 +850,7 @@ "minecraft:spruce_door": "#775933", "minecraft:spruce_fence": { "color": "#775933", "type": "Rod" }, "minecraft:spruce_fence_gate": "#775933", + "minecraft:spruce_hanging_sign": "#775933", "minecraft:spruce_leaves": { "color": "#2c542ca0", "type": "Clear" }, "minecraft:spruce_log": { "accent": "#755733", "color": "#3c2712", "type": "Log" }, "minecraft:spruce_planks": "#775933", @@ -800,6 +860,7 @@ "minecraft:spruce_slab": { "color": "#775933", "type": "Slab" }, "minecraft:spruce_stairs": { "color": "#775933", "type": "Stair" }, "minecraft:spruce_trapdoor": "#775933", + "minecraft:spruce_wall_hanging_sign": "#775933", "minecraft:spruce_wall_sign": "#775933", "minecraft:spruce_wood": "#3c2712", "minecraft:sticky_piston": "#6a665f", @@ -815,8 +876,11 @@ "minecraft:stonecutter": "#7a7a7a", "minecraft:stripped_acacia_log": { "accent": "#a85b33", "color": "#b05d3c", "type": "Log" }, "minecraft:stripped_acacia_wood": "#b05d3c", + "minecraft:stripped_bamboo_block": "#c2ad51", "minecraft:stripped_birch_log": { "accent": "#c2b078", "color": "#c6b177", "type": "Log" }, "minecraft:stripped_birch_wood": "#c6b177", + "minecraft:stripped_cherry_log": { "accent": "#dea7a0", "color": "#d89296", "type": "Log" }, + "minecraft:stripped_cherry_wood": "#d89296", "minecraft:stripped_crimson_hyphae": "#8a3a5b", "minecraft:stripped_crimson_stem": { "accent": "#7a3853", "color": "#8a3a5b", "type": "Log" }, "minecraft:stripped_dark_oak_log": { "accent": "#452d16", "color": "#624d32", "type": "Log" }, @@ -835,6 +899,8 @@ "minecraft:structure_void": { "color": "#00000000", "type": "Hide" }, "minecraft:sugar_cane": { "color": "#4c9230fe", "type": "Plant" }, "minecraft:sunflower": { "color": "#ffff00fe", "type": "Plant" }, + "minecraft:suspicious_gravel": "#827d7c", + "minecraft:suspicious_sand": "#d9cc9f", "minecraft:sweet_berry_bush": { "color": "#2d5f3cfe", "type": "Fire" }, "minecraft:tall_grass": { "color": "#426539fe", "type": "Plant" }, "minecraft:tall_seagrass": { "color": "#389306fe", "type": "UnderwaterPlant" }, @@ -843,6 +909,8 @@ "minecraft:tinted_glass": "#2d273028", "minecraft:tnt": "#a05341", "minecraft:torch": { "accent": "#f5dc32", "color": "#a1814d", "type": "Torch" }, + "minecraft:torchflower": { "color": "#68674d", "type": "Plant" }, + "minecraft:torchflower_crop": { "color": "#1d6445", "type": "Plant" }, "minecraft:trapped_chest": "#7d5b26", "minecraft:tripwire": { "color": "#8181816b", "type": "Wire" }, "minecraft:tripwire_hook": { "color": "#8a8171", "type": "Hide" }, @@ -863,6 +931,7 @@ "minecraft:warped_fence": { "color": "#29655f", "type": "Rod" }, "minecraft:warped_fence_gate": "#29655f", "minecraft:warped_fungus": { "color": "#14b485", "type": "Head" }, + "minecraft:warped_hanging_sign": "#29655f", "minecraft:warped_hyphae": "#4b2842", "minecraft:warped_nylium": { "accent": "#236e57", "color": "#6e3533", "type": "Grown" }, "minecraft:warped_planks": "#29655f", @@ -873,6 +942,7 @@ "minecraft:warped_stairs": { "color": "#29655f", "type": "Stair" }, "minecraft:warped_stem": { "accent": "#347c77", "color": "#4b2842", "type": "Log" }, "minecraft:warped_trapdoor": "#367d78", + "minecraft:warped_wall_hanging_sign": "#29655f", "minecraft:warped_wall_sign": "#29655f", "minecraft:warped_wart_block": "#0f967f", "minecraft:water": { "color": "#0734c832", "type": "Clear" },