Skip to content

Commit

Permalink
1.17-pre3 colors
Browse files Browse the repository at this point in the history
  • Loading branch information
spoutn1k committed Jun 2, 2021
1 parent 2496007 commit b4f94bd
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/colors.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
"minecraft:carved_pumpkin": "#c57817",
"minecraft:cauldron": "#373737",
"minecraft:cave_air": { "color": "#00000000", "type": "Hide" },
"minecraft:cave_vines_body": { "color": "#5a6a28", "type": "Plant" },
"minecraft:cave_vines_head": { "color": "#5d722a", "type": "Plant" },
"minecraft:cave_vines": { "color": "#5d722a", "type": "Plant" },
"minecraft:cave_vines_plant": { "color": "#5a6a28", "type": "Plant" },
"minecraft:chain": { "accent": "#3c4353", "color": "#3c4353", "type": "Torch" },
"minecraft:chain_command_block": "#7e68c3",
"minecraft:chest": "#7d5b26",
Expand Down Expand Up @@ -323,6 +323,7 @@
"minecraft:fletching_table": "#d4be83",
"minecraft:flower_pot": { "color": "#532e24fe", "type": "Head" },
"minecraft:flowering_azalea": { "accent": "#af61b5", "color": "#677e30", "type": "Ore" },
"minecraft:flowering_azalea_leaves": { "accent": "#af61b5", "color": "#677e30", "type": "Ore" },
"minecraft:frosted_ice": "#7dadff9f",
"minecraft:furnace": "#606060",
"minecraft:gilded_blackstone": { "accent": "#da910f", "color": "#322d35", "type": "Ore" },
Expand Down Expand Up @@ -422,6 +423,7 @@
"minecraft:lava_cauldron": { "accent": "#ff5a00", "color": "#373737", "type": "Log" },
"minecraft:lectern": "#9d804f",
"minecraft:lever": { "color": "#bfbfbf", "type": "Hide" },
"minecraft:light": { "color": "#00000000", "type": "Clear" },
"minecraft:light_blue_banner": { "color": "#00000000", "type": "Hide" },
"minecraft:light_blue_bed": "#789ef1",
"minecraft:light_blue_candle": { "color": "#2594cf", "type": "Torch" },
Expand Down Expand Up @@ -605,6 +607,7 @@
"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" },
Expand All @@ -618,6 +621,7 @@
"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_oak_sapling": { "color": "#532e24fe", "type": "Head" },
Expand Down Expand Up @@ -668,6 +672,9 @@
"minecraft:quartz_slab": { "color": "#ede7e1", "type": "Slab" },
"minecraft:quartz_stairs": { "color": "#ede7e1", "type": "Stair" },
"minecraft:rail": { "color": "#8c8648fa", "type": "Thin" },
"minecraft:raw_copper_block": { "accent": "#4d6b54", "color": "#c6725a", "type": "Ore" },
"minecraft:raw_gold_block": { "accent": "#c98c1c", "color": "#f7c431", "type": "Ore" },
"minecraft:raw_iron_block": { "accent": "#7c6445", "color": "#dbb89f", "type": "Ore" },
"minecraft:red_banner": { "color": "#00000000", "type": "Hide" },
"minecraft:red_bed": "#ad2c28",
"minecraft:red_candle": { "color": "#a52b26", "type": "Torch" },
Expand Down Expand Up @@ -843,6 +850,10 @@
"minecraft:waxed_exposed_cut_copper": "#a27d69",
"minecraft:waxed_exposed_cut_copper_slab": { "color": "#a27d69", "type": "Slab" },
"minecraft:waxed_exposed_cut_copper_stairs": { "color": "#a27d69", "type": "Stair" },
"minecraft:waxed_oxidized_copper": "#56ab8c",
"minecraft:waxed_oxidized_cut_copper": "#54a285",
"minecraft:waxed_oxidized_cut_copper_slab": { "color": "#54a285", "type": "Slab" },
"minecraft:waxed_oxidized_cut_copper_stairs": { "color": "#54a285", "type": "Stair" },
"minecraft:waxed_weathered_copper": "#6f9f74",
"minecraft:waxed_weathered_cut_copper": "#729871",
"minecraft:waxed_weathered_cut_copper_slab": { "color": "#729871", "type": "Slab" },
Expand Down

0 comments on commit b4f94bd

Please sign in to comment.