Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. 4.1.1 isnt the latest.
  2. Interesting, something needs FML 3.1.1.368 or higher. A log would help. But it doesn't seem you're on the LATEST forge. Or else something screwed up when you installed.
  3. Keep a record of your tamed horses.
  4. The doors store wither they are the top or bottom, so when it breaks it knows where to look for its other half. The bends store both wither its the foot or the head, as well as what orientation it is. So it knows where to look for the other half. See the connection?
  5. public static mod_Technicraft instance = new mod_Technicraft(); Thats wrong.
  6. Ya, no breaking texture on the top always bugged me, so fixed: https://github.com/MinecraftForge/MinecraftForge/commit/44e3843edbbbe9c7ba638ad1480555a71051827e
  7. I have never said Forge was perfect, either way, its java creating your dock icon for one reason or another. NOT Minecraft NOT Forge. So ya, find out how to turn it off in your java config. Or live with it. The latest version of FML {and Forge} now bypass what we *think* would cause this, along with other issues with miss-configured JREs. So you can give it a try but if it doesn't fix it, it really isn't a issue, you loose a whole 32px of space until your dock hides inactive icons. Big deal..
  8. Speak with ChickenBones not Forge.
  9. Thats true, but for most of it, its typically user error {such as this case}, so be ready for that.
  10. Nethis of the times were forge incompatibilities -.- This is a NPE in your mod, go ask the mod author to debug.
  11. That shit already exists, search before posting.
  12. Someone could fairly simply write a core mod for this, but, its never gunna go into forge. Go bitch at mojang to change it to int or short in the next version.
  13. This already exists, search before posting stupid shit. https://github.com/MinecraftForge/MinecraftForge/blob/master/common/net/minecraftforge/common/ForgeInternalHandler.java#L13 Also, suspended for 24 hours for +1 bullshit.
  14. You mean like these ones? if not md5_c == clean_c: print 'Warning, Modified Client jar detected' print 'Continuing with decompile may produce unpredictable results' print 'If you continue, do not come to the FML or Forge team with decompile issues.' answer = raw_input('If you really want to continue, enter "Yes" ') if answer.lower() not in ['yes', 'y']: print 'You have not entered "Yes", aborting the decompile process' sys.exit(1) if not md5_s == clean_s: print 'Warning, Modified Server jar detected' print 'Continuing with decompile may produce unpredictable results' print 'If you continue, do not come to the FML or Forge team with decompile issues.' answer = raw_input('If you really want to continue, enter "Yes" ') if answer.lower() not in ['yes', 'y']: print 'You have not entered "Yes", aborting the decompile process' sys.exit(1) Yaya, I added them in for a reason.
  15. You'd have to add your folders specfically to the class path and then tell MC to load then properly. There isnt much I can do to explain basic of java to you.
  16. !! reformating disabled due to no astyle or config !! Kinda a bit obvious if you read your damn log. Go install astyle.
  17. Thats caused by your jar being modified, quit having a modified jar.
  18. Seems you screwed up the install, start again, and only post actual logs.
  19. Ya, stick your textures in your mod zip, not in the mods folder...
  20. I am not going to hold your hand for editing a fucking text file -.-
  21. Wow you're both retarded. Forge doesnt give a flying fuck if you're in offline mode or not.
  22. Read the code and find out.
  23. Because your client has been modified There is no other way around it. Delete your entire minecraft/mcp folder and try again.
  24. Windows cant have files with 'aux' in the name, so the whole 'extract all of minecraft to a folder' is out. Why would you do that anyways? You could just open minecraft.jar in zip and drag stuff in like ti itself was a folder. But ya, If you try to extract aux to disk, you're doing it wrong.
×
×
  • Create New...

Important Information

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