Posted May 16, 20187 yr So I'm trying to make a mod that will display info from game updates on your screen e.g. (player.getAIMoveSpeed() ) so then i want to take that info and display it on the screen of the player. I have no clue how to render text on screen would it be some sort of GUI that's always open? Thanks ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ################################## ##################################
May 16, 20187 yr On my phone or I would post a more complete answer My RenderGameOverlay method in https://github.com/Cadiboo/WIPTech/blob/master/src/main/java/cadiboo/wiptech/client/EventSubscriber.java (2nd & 3rd Methods in the class) draws an Energy meter for both the block that your looking at and the item that your holding in your main hand right into your HUD. You should be able to easily modify it to fit your mod by replacing all the stuff to do with energy with your stuff. About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
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.