Posted March 23, 20196 yr First off, I'm not new to programming and currently am a CS student working primarily with Java. However, I have no experience with Forge modding. Basically I want to add things to be displayed, such as armor status, direction, and status effect on screen client side with Forge and maybe update some of my favorite mods from 1.7.10 to 1.13.2 I can't find any good resources for doing this in 1.13.2 and was wondering if one of yall could point me in the right direction. I'd prefer reading documentation and source code over watching youtube videos if that's at all possible. Thanks, Crick
March 23, 20196 yr Since forge for 1.13 is still being developed and hasn't had a stable release yet, there is not really any documentation. I think 1 or 2 things have been updated at https://mcforge.readthedocs.io/en/1.13.x/ other than that your are stuck with looking at the mkd, finished 1.13 mods and the forge and mineraft sources itself to figure out how stuff is done. In your case look how vanilla displays these information and work from there.
March 23, 20196 yr 1 hour ago, crickon said: First off, I'm not new to programming and currently am a CS student working primarily with Java. However, I have no experience with Forge modding. Basically I want to add things to be displayed, such as armor status, direction, and status effect on screen client side with Forge and maybe update some of my favorite mods from 1.7.10 to 1.13.2 I can't find any good resources for doing this in 1.13.2 and was wondering if one of yall could point me in the right direction. I'd prefer reading documentation and source code over watching youtube videos if that's at all possible. Thanks, Crick You should get familiar with forge events and subscribing them and basically most of things that you want do to, can be done using RenderGameOverlayEvent
March 25, 20196 yr Rendering text hasn’t changed from 1.12.2 to 1.13.2, any code from 1.12.2 should work fine. You should also look at the vanilla classes to see how they do it 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.