Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. No, there isnt metadata specific terrain files. You have 256 icons to deal with, no freak reason to ever need that many.
  2. dont use {classname}.cfg Thats ModLoader/MLProp territory. Pick a real name.
  3. You havent installed them correctly, fairly simple.
  4. .setTextureFile(blah)
  5. You could just run the game in offline mode with a unsername, its just a parameter when you run it.
  6. .. it sould never try unless you're running it from the windows dir, how are you running it?
  7. You're lieing, I can tell by your stack trace that you're lieing. you have some mod somewhere that needs MLMP.
  8. In theory, tcp will keep your ordering. MC does some queueing stuff and stick map related packets on the back of the queue, and there is always a chance that some other thread fucks up your packets. Your best bet would be to verify that it's reassembled correctly on the other side.
  9. http://minecraftforge.net/forum/index.php/topic,5.0.html http://adf.ly/673885/forgelatnum http://adf.ly/673885/forgelatclient
  10. Install MLMP, however, you should tell whoever made the mod to stop using MLMP as it is dead for all intents. But when you do install it make sure you install it first, so that Forge overwrites all its classes properly.
  11. Do not use config/{mod_class}.cfg That is for MLProp Use your own name in config/
  12. Its in the main download, under *latest*
  13. Id believe you if it wasn't blatantly obvious that you're lieing. *points at your error*
  14. I think the hard limit by MC even with the few bug fixes that FML does, is 128x, so if you want higher, install optifine.
  15. This seems to be an issue with your custom texture pack not proving the proper colors for grass. The texture size should be 256x256 which makes it 65535 for that array, so ya, texture pack issue it seems. Or something with optifine.
  16. How about.. setTextureFile... no.. thats to freakin obvious.
  17. Look at IArrowNock/LooseHandlers
  18. Alright just to shut up people You cant I want to add a hook for this but its very low on my priorities list right now. People who are saying reflection, please stop being a dick and only say reflection when you are right.
  19. Have you even freakin looked at the class? You already can.
  20. Don't use MCPatcher to install mods esp if you're installing the yogsbox it comes with a installer...
  21. So.... you're creating instances of items.. that are vanilla classes, never telling them you want them to use a custom texture.. and expecting them to use a custom texture... Also, you're edting base classes.. awesome...
  22. Update your JDK.
  23. Post a log of recompile
×
×
  • Create New...

Important Information

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