Posted April 7, 20214 yr Hey guys, I have been trying to Google this for a couple of hours but I can't find anything on making a GUI and everything I have found is mostly outdated. I was more wondering if anyone has any links to good tutorials or maybe some information on Forge/Minecraft's API. This is everything I felt I needed to say
April 7, 20214 yr what's your gui for? when should it be opened? is it a gui for a tile entity/container? or just a screen? some more context would be nice
April 20, 20214 yr Author Hi, sorry I didn't get back to you. I have already created a GUI that isn't great but it opens on right click and I have even put on some redstone detection to allow to charge (repair my item) and I think I want a container because this explanation says that it has progress bar which I assume means it is tickable... I haven't been doing coding a for a while because I have had things going on https://greyminecraftcoder.blogspot.com/2020/04/containers-1144.html
April 20, 20214 yr 4 hours ago, Noxxous said: Hi, sorry I didn't get back to you. I have already created a GUI that isn't great but it opens on right click and I have even put on some redstone detection to allow to charge (repair my item) and I think I want a container because this explanation says that it has progress bar which I assume means it is tickable... I haven't been doing coding a for a while because I have had things going on https://greyminecraftcoder.blogspot.com/2020/04/containers-1144.html you can use of a tile entity to hold the items and handle the ticking logic, a container just handle the inventory slots and the interface
April 27, 20214 yr Author Thanks my guy. I can see straight away it's permanent storage I want because I want to charge my item (using Redstone, got that sorted). I am very ADHD and can't take medication currently but I read through it a little bit. Just waiting on to be able to get coffee. Anyway thanks
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.