Posted February 28, 201411 yr Title. I know nothing about tick handling, packet handling, NBT, tile entities etc. Will I need any of these to create my GUI? If so, can you link me to tutorials for (If I need them) Tick handling Packet handling NBT Tile Entities and most importantly - GUI If I need to learn more, please tell me. Add me on Skype: AblazeTheBest. Send a message saying "#HeyAblaze" Currently: Making a mod!
February 28, 201411 yr No,you don't need to learn any of these to make a gui. If you want to change values client and server side, you want to use packets. If you want your mod to be checking for a specific value on a player which is set by the gui, you want to use a tick handler. NBT is for saving information trough a world reload, and tile entitys are for block which need to store/do more stuff then a regular block can save/do. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
February 28, 201411 yr GUIs are made by extending GuiContainer or GuiScreen. If your GUI will have slots, extend GuiContainer; otherwise, extend GuiScreen. See tutorials on the wiki - http://www.minecraftforge.net/wiki/Category:Tutorial
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.