Jump to content

[1.13.2] Client on screen text rendering


crickon

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.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)

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.