mc_debug_renderer icon indicating copy to clipboard operation
mc_debug_renderer copied to clipboard

OutlineBox text render issue

Open Conorsmine opened this issue 1 year ago • 0 comments

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 a Shape 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 (Image shows the missing text on the face facing the -z cardinal direction)

image (Text displayed on the chunk edge instead)

Conorsmine avatar Jan 13 '24 14:01 Conorsmine