Jump to content

Making a GUI


Noxxous

Recommended Posts

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

Link to comment
Share on other sites

  • 2 weeks later...

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

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