From a89501290622d907baee921f1b45c069a1111c98 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:34:32 +0200 Subject: feat: Secret Dye (#1316) --- constants/dyes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/dyes.json b/constants/dyes.json index 47a8ab3e..221871d7 100644 --- a/constants/dyes.json +++ b/constants/dyes.json @@ -529,7 +529,7 @@ "DYE_PELT": "#50414C", "Periwinkle Dye": "#CCCCFF", "Sangria Dye": "#D40808", - "Secret Dye": "#7D7D7D" + "DYE_SECRET": "#7D7D7D" }, "vanilla": { "INK_SACK": "#191919", -- cgit