Posted January 10, 201312 yr Hey there! I'm looking for a tutorial on how to create/edit the minecraft HUD. I know there must be one out there but google isn't having much luck finding it. So a link to a tutorial on this subject would be great! Thanks!
January 11, 201312 yr you could look into the gui class and have it not pause game... I am not totally sure though The Korecraft Mod
January 11, 201312 yr Author I know most of the code that I will use but I am new to modding with forge and do not know how to set up my class files. I have looked at the tutorial on the wiki at http://www.minecraftforge.net/wiki/Tutorials/Basic_Modding. But it does not show where or how I would start adding to it to make my mod. Any tutorial or example on what to do would help.
January 11, 201312 yr an example mod would be the gravisuit mod that shows the percent of charge in it The Korecraft Mod
January 11, 201312 yr The only ideas I can come up with are: 1. If the item displaying the hud is armor then in the servertick handler check for the armor being worn then if it is display the hud. 2. If the item is right clicked you could just save the true/false that the item makes to the player nbt data and display it that way.
January 11, 201312 yr Author Are anyone of you even reading my posts? I need a TUTORIAL or an EXAMPLE on how to create the CLASS FILES needed for my mod. I'm NOT looking for ideas for my mod.
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.