Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. .- There are a lot of places with tutorials on how to us events, go search First that pops in my head is: http://www.minecraftforum.net/topic/1419836-131-forge-4x-events-howto/
  2. We dont not specifically support Zombe's as alot of it is cheating and its all base edits. He is more then welcome to make himself base clean, the tools are there for him.
  3. MERGE Don't REPLACE. Install Forge better.
  4. Redpower isnt out for 1.3.2 yet so meh also, your error is fairly straighty forward: 2012-09-12 15:17:05 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException 2012-09-12 15:17:05 [iNFO] [sTDERR] at mod_Simukraft.load(mod_Simukraft.java:1997)
  5. Read your damn logs.
  6. All users in this thread who use mineshafter have been banned. GO BUY THE FUCKING GAME
  7. Something is screwing with your textures, are you using Optifine? If so make sure you update both forge and optfine. This should never happen unless you're mods are being really wonkey. You're gunna have to debug it by removing mods one at a time.
  8. Really dude.. search There are no more *Handler classes, there are Events now.
  9. Seems to me that a mod you are using screwed up. And is trying to reference a unobfed file. One that doesnt exist at that. Go speak with whomever made the mod you're using.
  10. Seems to me that you're screwed up in your mod, nothing to do with Forge itself. You probably are stuck in a infinite loop, go learn how to debug your own stuff.
  11. Referring to mineshafter? Really curious what he means exactly.
  12. What is Minecraft-proxy?
  13. Posting restrictions revoked for 24 hours for being a twat. However, I HAVE tested, events can be anywhere you want as long as the class is accessible from the EventBus class. Not my first rodeo, I know how java works -.- Go learn Basic Java And its in the net.minecraft.src package, that means that it is part of vanilla minecraft. Or at least it should, if you weren't such a fucking twat and didn't put your shit in places that arnt yours. So I state again, get your crap out of net.minecraft.src.
  14. net.minecraft.src.LivingHurtEvent No such class... Anyways you should move all your crap out of net.minecraft.src. But no, events can be anywhere they want as long as the class is accessible from the EventBus class.
  15. Give a list of mods you have installed, specifically mods you put into your minecraft.jar
  16. Do not use MCPatcher.
  17. So.. how are you spawning it? And how are you registering the entity not the renderer.
  18. Simply changing all bytes to ints is NOT a valid solution
  19. CEVICRAFT was not obfuscated, tell whoever made it to re-obf before shipping it out.
  20. This is an issue with your mod, please go to the mod author to deal with it, not Forge.
  21. There is not a standard way for entities to have inventories.
  22. Im gunna have to say that its cuz you're useing IInventory, which is typically reserved for Blocks/TileEntities. Not Entities.
  23. Not a forge issue. Also, Logs or ban.
  24. This shouldnt not happen at all with Forge. What else do you have installed in your jar?
×
×
  • Create New...

Important Information

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