Jump to content

atrain99

Forge Modder
  • Posts

    1502
  • Joined

  • Last visited

Everything posted by atrain99

  1. Oh. So no weird packet sending/recieving? Or do I just do the sending?
  2. There's a great tutorial on the forge wiki about this.
  3. We appreciate somebody who isn't a complete and total idiot asking for stuff like: "When is the 1.3.1 update?" "How do I install forge?" "HOW DO I MAKE A MOD?!?!" but they do ask questions nicely.
  4. You probably didn't do anything. Everybody is banned until they get approval to keep out noobs spamming about updates and why forge for 1.2.5 doesn't work for minecraft 1.3.1.
  5. If he can install forge, he's not a noob. But yeah, he may be slightly ignorant. You're not the first to post about this believe me!
  6. So I have to write a SSP and SMP?!?! Yup. Both in minecraft.jar clent Is it easy? Is there some secret? What needs to change from server to client?
  7. Ooh, nice! I like the clockwork!
  8. I heard Lex talking about forge using annnotations (the @<something> tags) instead of event-based handling. How would I implement using these? Or make my code handle tags in other mods?
  9. So I have to write a SSP and SMP?!?!
  10. Just roam around and do the solar panel physics to charge batteries. How would I do the opening of a gui from an entity? Would it be in an entityActivated()?
  11. import java.util.SentenceFinisher; <stuff> uh, a sign of temporary idiocy Yes, that was dumb. And I am no expert on mp, so if I make any gaffes, just ignore me.
  12. Of course it is. I hate concurrency issues.
  13. Erlang? Erlang.... Must... Research....... ERLANG!!! Java done right! Yay!
  14. Yeah, arcane was a bad word. I do that all the time... How about: feared-by-juniors-everywhere Yeah, I'm three grades ahead in math compared to most people in 9th grade.
  15. Isn't there an OnLogin hook already? Just sort the the banlist/whitelist.
  16. No. A hardcore minecraft forum would use java. (Don't take that seriously, please. I would hate to die.)
  17. atrain99

    Learning Java

    Yeah. It does. At least the Object Lock Unavailable Lounge has nice couches and good stiff drinks.....
  18. I just override getBlockTexture(). public int getBlockTexture(IBlockAccess par1iBlockAccess, int x, int y, int z, int side){ return <magnesium ore texture index>; }
  19. So this year for me. YAY! (If me celebrating learning arcane math seems strange, you should see what else I like to do. )
  20. Well, I get most of it. I just don't understand entities much. Am I doing it right so far?
  21. atrain99

    Learning Java

    I'm definitely gonna give that a shot! Thank you much. There are some pretty good jokes in the book. Like the one about Heisenberg's Uncertainty Principle and threading.
  22. Not really, just take the five posts that come up after the first search. Unless you use SQL, in which case, ouch.
  23. I did that, and it still won't work
×
×
  • Create New...

Important Information

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