Posted February 10, 20205 yr Hi, I need to make a simple GUI, I just need to configure a text in the right corner but all tutorials only teach how to do a complex GUI Edited February 10, 20205 yr by Shakinha
February 10, 20205 yr By simple GUI you mean you just want to draw a string? You can just invoke the fontrenderer in the Minecraft class (make sure you are on the client): fontRenderer.drawString(String, x, y, color); Currently developing: https://github.com/unassignedxd/Dynamic-Quarries
February 10, 20205 yr Author 16 hours ago, unassigned said: ¿Por simple GUI te refieres a que solo quieres dibujar una cadena? Y ou simplemente puede invocar la fontrenderer en la clase de Minecraft (asegúrese de que está en el cliente): That worked, thank you very much
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.