terrarium-earth / Heracles

A tree style questing mod allowing creators to set completable quests for their users
MIT License
35 stars 19 forks source link

[Suggestion]: Support Bedrock's expanded set of formatting code colors, for the editor gui bits #207

Closed SubordinalBlue closed 8 months ago

SubordinalBlue commented 8 months ago

Looks like Bedrock has 11 more colors to be had from formatting codes. Why should they get all the fun?

(also, more colors accessible for those that haven't gone into writing html tags (and using color="" attributes)

https://minecraft.fandom.com/wiki/Formatting_codes

ThatGravyBoat commented 8 months ago

While I like the idea, implementing custom formatting codes is not really easy as we just let vanilla handle it and they hardcode it

SubordinalBlue commented 5 months ago

This is old now, but I wouldn't suggest doing it with actual custom formatting codes... just have Herecles' pre-parser insert the right for Hermes to render it.