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.
This commit is contained in:
Matthias Schiffer 2025-01-06 22:31:56 +01:00
parent f9954d1ce4
commit b9cd94b235
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -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.