From b9cd94b235523d982d5a35895aa27f2b8d54a7f5 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 6 Jan 2025 22:31:56 +0100 Subject: [PATCH] CHANGELOG.md: remove reference to Minecraft internals Remove a sentence that refers to internal color names, as the information is more confusing than helpful in a user-facing changlog. --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a18819..1b5dd97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,7 @@ - Fix text colors for signs modified using dye - Fix text colors specified using `#rrggbb` CSS syntax in JSON text -Only named colors specified via JSON text were working as intended. Dyed signs use different -color names. +Only named colors specified via JSON text were working as intended. The mapping of color names to values is now handled by the generator. Both the generator and the viewer must be updated for sign text colors to work.