Jump to content

cpw

Members
  • Posts

    195
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by cpw

  1. Also at least one part is no updated for 1.3.2.. I can load the mod fine in my test world...
  2. I would suggest using the preinit event method. It will *always* be right and canonical too.. the desktop thing is likely a bad launcher not injecting a folder path correctly...
  3. I would tend to agree with lex. You get given your zip distributable as a file in preinit event so if you want to open it up and deploy it somewhere and then do stuff, do it there. I don't want to add random paths. Mcpatcher is already annoying in that respect...
  4. Also, optifine is generally forge compatible. Just make sure to install optifine last..
  5. The problem is, that's far too late. Other mods may well have done something depending on your existence.. What is the problem you're trying to actually solve by doing this? Turning yourself off is unlikely to help...
  6. Thanks! fixed in latest FML. will be in forge shortly.
  7. Log file please.. ForgeModLoader-client-0.log... You probably failed to extract the libs directory...
  8. OK, fixed essentials. Allocator works - you can install it which ever way you prefer but remember that the distributable is not immediately deployable in mods/
  9. You appear not to be able to connect to the internet to download the required FML libraries. get them here: files.minecraftforge.net/fmllibs/fml_libs.zip, and extract to the "libs" directory...
  10. Please. I require testmods in absence of ML docs to resolve incompatibility issues. It looks like this was overlooked.
  11. Swap the call order around: register the global entity first. Just like the exception says to do.
  12. Fmlcommonhanlder.get environment side is a guess as to the side in an integrated server. Random files are no longer added to the class path. You can get stuff straight from your mod zip: I give you a file in pre unit that is your mod zip..
  13. You only have a client side packet handler. In a dedicated server, it will never get called. Also update forge for proper behaviour of these..
  14. Thanks for that. I'll get that working now...
  15. Can you share your @network mod annotation please?
  16. Update forge. it's a known bug with the earlier versions.
  17. The forgemodloader-client-0.log file will tell you what it does and doesn't find in the mods dir. EVERYTHING is there.
  18. You appear to be registering for ModLoader.setInGameHook in the constructor of your mod somehow. I would suggest not doing that. Maybe use "load" instead.
  19. https://github.com/cpw/FML/wiki/FML-mod-information-file for all the information about mcmod.info.
×
×
  • Create New...

Important Information

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