So i made a simple upgrade system. I wanted to display how many upgrades were in the machine on the gui. (i already have saved it to nbt)When when i reload the world it resets to 0 on the gui. If i do a println in has the right number. How do i make it update on the GUI?
No I'm not that much of a noob I know ids were removed. In my mine class I have two variables in my mine class name:
Public static final GUIidsaltfurnace =0;
Public static final GUIidgrinder =1;
What info/ class would you like to help me figure out the list connection?
I did that because the colen between mainRegistry and the GUI name. It shows a yellow line underneath instead of red and it said to do that. If I change the colen on a dot it gives me an error saying : expected.
So i have one gui and it opens fine so i try to add another one and i add it to my guihandler. Everytime i click on the new block with the gui Minecraft says "Connection lost. A fetal error has occured the connection is terminated" It does not crash. The first gui i added works fine still
I am trying to make a pickaxe that mines a 3x3 area. So far i have got this:
all it does is on a right click. How would you make it mine a 3x3 when your mining a block?