Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. Install optifine after forge.
  2. Just double checked, its working fine in the latest version. Please tell me you're not using System.out.println(ModularForceFieldSystem.proxy.isClient()); to determine if its client or server...
  3. You didn't install all of Forge/FML properly.
  4. What icon are you referring to?
  5. We dont remove anything from the jar. If we modify the same classes, then SPC should just move out of the jar. Im pretty sure most things it wants to do can be done with forge without editing the jar at all.
  6. It doesnt work the other way because thats how it was designed, each network mod gets 1 gui handler, thats it.
  7. @Mod(modid = "Chickens", name = "Chickens!", version = "1.4", dependencies = "required-after:Forge@[4.1.1.254,)")
  8. Dont screw with worlds that you arnt supposed to. Meaning, dont screw with the server worlds in the client thread.
  9. Worlds are destroyed every time you move from them.
  10. rj:283 is rh.e[this.c].a(this, paramup, paramjn, paramInt, paramBoolean); That's caused by a item conflict
  11. ItemID conflict between you and the server.
  12. Update your jdk.
  13. So you propose we add support for a single EntityFX.. Look at what your code is doing.... But, either way, if you want your custom particles, just spawn then directly, dont go through RenderGlobal.
  14. I can do digging and breaking, but sprinting is a bit odd, it isnt actually tied down to the actual tile location without a lot of hackary, we cant get the location of the tile. https://github.com/MinecraftForge/MinecraftForge/commit/c2d53e76514d04ca1649f751ea20b5def9397725
  15. You pasted your block twice. But im gunna take a wild stab in the dark. http://bit.ly/P4ab2i
  16. getDescriptionPacket is the thing you should be looking at.
  17. Dont decompile mods, if you do there are certain things you have to do, which we arnt going to hold your hand for.
  18. Why the fuck do you have 3 handlers?
  19. Soo... You get a error message saying that it cant find something and that what you're doing require that thing and yet you still come here and ask if you fucking have to get it... This kids, is why I am such a dick -.-
  20. Full Logs or gtfo.
  21. You have a invalid ModLoader class, don't fucking install ModLoader...
  22. Because the old format wasn't a standard format for logging, typically, when you log something you want to have the time it happened. FML introduces more robust logging for trying to find out what went wrong when things do go wrong. Having time stamps is really useful.
  23. .... Right.....
  24. http://bit.ly/Uh3yZ0
×
×
  • Create New...

Important Information

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