Skip to content

Commit 5a441db

Browse files
committed
Add new colors, not with a real color, but eliminating errors.
1 parent 6b865af commit 5a441db

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/colors.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@
149149
"minecraft:bubble_coral_fan": { "color": "#a91ea5", "type": "Plant" },
150150
"minecraft:bubble_coral_wall_fan": { "color": "#a91ea5", "type": "Plant" },
151151
"minecraft:budding_amethyst": "#8d68c0",
152+
"minecraft:bush": { "color": "#614691", "type": "P;ant" },
152153
"minecraft:cactus": "#59862d",
154+
"minecraft:cactus_flower": { "color": "#614691", "type": "Plant" },
153155
"minecraft:cake": { "color": "#e4cdce", "type": "Slab" },
154156
"minecraft:calcite": "#e0e1de",
155157
"minecraft:calibrated_sculk_sensor": { "color": "#104856", "type": "Slab" },
@@ -382,6 +384,7 @@
382384
"minecraft:farmland": "#5f3a1e",
383385
"minecraft:fern": { "color": "#6ea644fe", "type": "Plant" },
384386
"minecraft:fire": { "color": "#ffaa1ec8", "type": "Fire" },
387+
"minecraft:firefly_bush": { "color": "#614691", "type": "Plant" },
385388
"minecraft:fire_coral": { "color": "#a7242f", "type": "Plant" },
386389
"minecraft:fire_coral_block": "#a7242f",
387390
"minecraft:fire_coral_fan": { "color": "#a7242f", "type": "Plant" },
@@ -458,6 +461,7 @@
458461
"minecraft:infested_stone_bricks": "#7a7a7a",
459462
"minecraft:iron_bars": { "color": "#6d6c6afe", "type": "Rod" },
460463
"minecraft:iron_block": "#bfbfbf",
464+
"minecraft:iron_chain": { "color": "#614691", "type": "Torch" },
461465
"minecraft:iron_door": "#bfbfbf",
462466
"minecraft:iron_ore": { "accent": "#bb9b86", "color": "#7b7b7b", "type": "Ore" },
463467
"minecraft:iron_trapdoor": "#00000000",
@@ -491,6 +495,7 @@
491495
"minecraft:large_fern": { "color": "#6ea644fe", "type": "Plant" },
492496
"minecraft:lava": "#ff5a00",
493497
"minecraft:lava_cauldron": { "accent": "#ff5a00", "color": "#373737", "type": "Log" },
498+
"minecraft:leaf_litter": { "color": "#614691", "type": "Slab" },
494499
"minecraft:lectern": "#9d804f",
495500
"minecraft:lever": { "color": "#bfbfbf", "type": "Hide" },
496501
"minecraft:light": { "color": "#00000000", "type": "Clear" },
@@ -1100,6 +1105,7 @@
11001105
"minecraft:yellow_stained_glass_pane": { "color": "#ccc81c28", "type": "Clear" },
11011106
"minecraft:yellow_terracotta": "#ba8523",
11021107
"minecraft:yellow_wall_banner": { "color": "#00000000", "type": "Hide" },
1108+
"minecraft:wildflowers": { "color": "#614691", "type": "Plant" },
11031109
"minecraft:yellow_wool": "#ccc81c",
11041110
"minecraft:zombie_head": { "color": "#3d672cfe", "type": "Head" },
11051111
"minecraft:zombie_wall_head": { "color": "#3d672cfe", "type": "Head" }

0 commit comments

Comments
 (0)