Jump to content

slugslug

Members
  • Posts

    91
  • Joined

  • Last visited

Everything posted by slugslug

  1. what code whould you like to see. Hey its me professorvennie from coremodding
  2. 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?
  3. I figures it out I just put return container instead of GUI on the client!!
  4. Ok so do that for both server and client? What is a break point is that just break; I have never used a debugger I am some what new to eclipse.
  5. It means there is different cases and depending on the number it will do that case. I have tried putting ID there on both and it does the same thing
  6. I followed a tut to add a gui and i got most of it. Thats how he did the gui handler. I was trying to add another gui and could not make it work.
  7. 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?
  8. 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.
  9. 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
  10. 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?
×
×
  • Create New...

Important Information

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