Hello, I would like to change the lines for the axes in the debug screen. The debug screen is rendered in the "GuiIngame" class, but I can't find the method for the lines. Does anyone know how I render lines like this on the screen or in which part of the Minecraft code is this happening? Thank you for your help.
Addendum: In the linked solution, the methods were unfortunately outdated, which is why it is useless for me. But basically that's exactly what I'm looking for. The only difference is that I don't want to draw the line from one block to another, but from the center of the player to other monsters.
Hello, I'm still at the beginning when it comes to the Forge library. I would like to draw a line from the center of the screen to other monsters so the player can see which direction to run to get to a monster. I've already tried a lot, but so far nothing has been successful. I tried working with this solution: