Skip to content

Commit b4f94bd

Browse files
committed
1.17-pre3 colors
1 parent 2496007 commit b4f94bd

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/colors.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
"minecraft:carved_pumpkin": "#c57817",
140140
"minecraft:cauldron": "#373737",
141141
"minecraft:cave_air": { "color": "#00000000", "type": "Hide" },
142-
"minecraft:cave_vines_body": { "color": "#5a6a28", "type": "Plant" },
143-
"minecraft:cave_vines_head": { "color": "#5d722a", "type": "Plant" },
142+
"minecraft:cave_vines": { "color": "#5d722a", "type": "Plant" },
143+
"minecraft:cave_vines_plant": { "color": "#5a6a28", "type": "Plant" },
144144
"minecraft:chain": { "accent": "#3c4353", "color": "#3c4353", "type": "Torch" },
145145
"minecraft:chain_command_block": "#7e68c3",
146146
"minecraft:chest": "#7d5b26",
@@ -323,6 +323,7 @@
323323
"minecraft:fletching_table": "#d4be83",
324324
"minecraft:flower_pot": { "color": "#532e24fe", "type": "Head" },
325325
"minecraft:flowering_azalea": { "accent": "#af61b5", "color": "#677e30", "type": "Ore" },
326+
"minecraft:flowering_azalea_leaves": { "accent": "#af61b5", "color": "#677e30", "type": "Ore" },
326327
"minecraft:frosted_ice": "#7dadff9f",
327328
"minecraft:furnace": "#606060",
328329
"minecraft:gilded_blackstone": { "accent": "#da910f", "color": "#322d35", "type": "Ore" },
@@ -422,6 +423,7 @@
422423
"minecraft:lava_cauldron": { "accent": "#ff5a00", "color": "#373737", "type": "Log" },
423424
"minecraft:lectern": "#9d804f",
424425
"minecraft:lever": { "color": "#bfbfbf", "type": "Hide" },
426+
"minecraft:light": { "color": "#00000000", "type": "Clear" },
425427
"minecraft:light_blue_banner": { "color": "#00000000", "type": "Hide" },
426428
"minecraft:light_blue_bed": "#789ef1",
427429
"minecraft:light_blue_candle": { "color": "#2594cf", "type": "Torch" },
@@ -605,6 +607,7 @@
605607
"minecraft:potatoes": { "color": "#92c000fe", "type": "Plant" },
606608
"minecraft:potted_acacia_sapling": { "color": "#532e24fe", "type": "Head" },
607609
"minecraft:potted_allium": { "color": "#532e24fe", "type": "Head" },
610+
"minecraft:potted_azalea_bush": { "color": "#532e24fe", "type": "Head" },
608611
"minecraft:potted_azure_bluet": { "color": "#532e24fe", "type": "Head" },
609612
"minecraft:potted_bamboo": { "color": "#532e24fe", "type": "Head" },
610613
"minecraft:potted_birch_sapling": { "color": "#532e24fe", "type": "Head" },
@@ -618,6 +621,7 @@
618621
"minecraft:potted_dark_oak_sapling": { "color": "#532e24fe", "type": "Head" },
619622
"minecraft:potted_dead_bush": { "color": "#532e24fe", "type": "Head" },
620623
"minecraft:potted_fern": { "color": "#532e24fe", "type": "Head" },
624+
"minecraft:potted_flowering_azalea_bush": { "color": "#532e24fe", "type": "Head" },
621625
"minecraft:potted_jungle_sapling": { "color": "#532e24fe", "type": "Head" },
622626
"minecraft:potted_lily_of_the_valley": { "color": "#532e24fe", "type": "Head" },
623627
"minecraft:potted_oak_sapling": { "color": "#532e24fe", "type": "Head" },
@@ -668,6 +672,9 @@
668672
"minecraft:quartz_slab": { "color": "#ede7e1", "type": "Slab" },
669673
"minecraft:quartz_stairs": { "color": "#ede7e1", "type": "Stair" },
670674
"minecraft:rail": { "color": "#8c8648fa", "type": "Thin" },
675+
"minecraft:raw_copper_block": { "accent": "#4d6b54", "color": "#c6725a", "type": "Ore" },
676+
"minecraft:raw_gold_block": { "accent": "#c98c1c", "color": "#f7c431", "type": "Ore" },
677+
"minecraft:raw_iron_block": { "accent": "#7c6445", "color": "#dbb89f", "type": "Ore" },
671678
"minecraft:red_banner": { "color": "#00000000", "type": "Hide" },
672679
"minecraft:red_bed": "#ad2c28",
673680
"minecraft:red_candle": { "color": "#a52b26", "type": "Torch" },
@@ -843,6 +850,10 @@
843850
"minecraft:waxed_exposed_cut_copper": "#a27d69",
844851
"minecraft:waxed_exposed_cut_copper_slab": { "color": "#a27d69", "type": "Slab" },
845852
"minecraft:waxed_exposed_cut_copper_stairs": { "color": "#a27d69", "type": "Stair" },
853+
"minecraft:waxed_oxidized_copper": "#56ab8c",
854+
"minecraft:waxed_oxidized_cut_copper": "#54a285",
855+
"minecraft:waxed_oxidized_cut_copper_slab": { "color": "#54a285", "type": "Slab" },
856+
"minecraft:waxed_oxidized_cut_copper_stairs": { "color": "#54a285", "type": "Stair" },
846857
"minecraft:waxed_weathered_copper": "#6f9f74",
847858
"minecraft:waxed_weathered_cut_copper": "#729871",
848859
"minecraft:waxed_weathered_cut_copper_slab": { "color": "#729871", "type": "Slab" },

0 commit comments

Comments
 (0)