Skip to content

Commit

Permalink
add missing flowers to flower renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed Feb 2, 2025
1 parent c5773de commit b34986a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public FlowerMapRenderer(RegionScanTask task, Builder builder) {
this.colorMap.put(Blocks.CORNFLOWER, 0x4100FF);
this.colorMap.put(Blocks.LILY_OF_THE_VALLEY, 0xFFFFFF);
this.colorMap.put(Blocks.BLUE_ORCHID, 0x00BFFF);
this.colorMap.put(Blocks.PINK_PETALS, 0xFF41BF);
this.colorMap.put(Blocks.CLOSED_EYEBLOSSOM, 0x7F3F00);
}

@Override
Expand Down

0 comments on commit b34986a

Please sign in to comment.