Skip to content

Commit

Permalink
Add sustainable harvest fireworks palette
Browse files Browse the repository at this point in the history
  • Loading branch information
Corosauce committed Oct 31, 2023
1 parent 610596c commit 6091e7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/com/lovetropics/lib/entity/FireworkPalette.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ public final class FireworkPalette {
new int[] { 0x000000 }
);

public static final FireworkPalette SUSTAINABLE_HARVEST = new FireworkPalette(
new int[] { 0xed8b26, 0xffb798, 0xffb85c, 0x0b502f, 0x00000 },
new int[] { 0xffb85c, 0xffb85c, 0x5fbfa2, 0xc0f3ed, 0xfffff }
);

private final int[][] palette;

private FireworkPalette(int[]... palette) {
Expand Down

0 comments on commit 6091e7e

Please sign in to comment.