Jump to content

atrain99

Forge Modder
  • Posts

    1502
  • Joined

  • Last visited

Everything posted by atrain99

  1. Well, they still work in minecraft.jar. And like it was described.
  2. Well, I send the data between client and server, so, you have to sync it.
  3. You have to make sure you actually return a GUI in get client gui element and get server GUI element.
  4. Well, it was worth a shot... And I always attach inventories to TE's for my machines, so I'm not much help.
  5. You need a server and client proxy. I have them Then you need to show me them.
  6. You could intercept move events from a player or something, and then call render in your model.
  7. Is it attached to a container? Is it a screen GUI? If it is a container, have it extend GuiContainer, go from there. If it's a screen GUI without a container, extend GuiScreen.
  8. GameRegistry replaces most things with ModLoader, so, try that.
  9. Never fear! 1. You need to do something with a statCollector to render the items, or at least I do. 2. Is this inventory attached to a block? 2a. If so, make it a TE, easier to use. 3. If not, I have no idea. You don't need to pay me.
  10. You fork from the MinecraftForge repo on github, and then hit the pull request button, add a title and description, etc.
  11. Oh, wow! That is very, very, nice!
  12. Can somebody please explain: drawTexturedModelRect(...) I am stumped while making a GUI, and I'd appreciate the help.
  13. Im fine with my mods... but you probably won't use them.
  14. I just want it to look more industrial. With, IDK, gears in the background and a cool progress bar. Thanks.
  15. Awesome, thanks! The pulverizer is just an input slot and an output slot. Can you make it more... machine-y? Elaborate a bit . Also, ill repage these to and get you a download link https://dl.dropbox.com/u/73390638/Atrain%27s%20GUI%27s.zip OK It's a crusher, basically. Be creative.
  16. Awesome, thanks! The pulverizer is just an input slot and an output slot. Can you make it more... machine-y?
  17. Couldn't have said it better myself! Wait... You can add breakpoints with eclipse?
×
×
  • Create New...

Important Information

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