mc_debug_renderer
mc_debug_renderer copied to clipboard
OutlineBox text render issue
Two issues have come up when using the 1.19.2 version of the mc_debug_renderer.
Maven:
<dependency>
<groupId>com.github.mworzala.mc_debug_renderer</groupId>
<artifactId>minestom</artifactId>
<version>1.19.2-rv1</version>
</dependency>
Client Mod used:
1.19.2-rv1
Issues:
-
Text color not used When using the
OutlineBox.Builder
to construct aShape
the#colorText
method does not change the color of the rendered text. -
Text not rendered on faces The text is rendered correctly, but only if the face of the box is facing a positive cardinal direction; ie.: +x, +y, +z If the face is facing a negative cardinal direction, ie.: -x, -y, -z, the text is rendered on the edge of the chunk instead
(Image shows the missing text on the face facing the -z cardinal direction)
(Text displayed on the chunk edge instead)