Consider renaming DrawableHelper#draw*Text*
color
params -> base/defaultColor
#486
Labels
discussion
changes that need discussion before being implemented
AFAICT, the color params of all the
draw*Text*(*)
methods inDrawableHelper
only affect the color of portions of text that don't have a color format specified.To illustrate what I mean,
These texts rendered with
drawCenteredText(MatrixStack matrices, TextRenderer textRenderer, Text text, int centerX, int y, int color)
passed
Formatting.<AQUA/WHITE/BLACK>.getColorValue()
tocolor
respectively, look like this:The color passed only applies to
text.test_mod.test_text.multicolored
where the reset§r
is the most recent formatting.The text was updated successfully, but these errors were encountered: