blue before red

This commit is contained in:
unsoftcapped3 2022-12-19 10:30:23 -08:00 committed by GitHub
parent c534cf697e
commit 8563d6976d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ type DyeUpg =
| "blueDyeUpg2"
| "coalUpg";
export type enumColor = "red" | "green" | "blue" | "yellow" | "purple" | "orange";
export type enumColor = "blue" | "red" | "green" | "yellow" | "purple" | "orange";
const id = "dyes";
const day = 11;