Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

LexManos

Forge Code God
  • Joined

  • Last visited

Everything posted by LexManos

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. !! reformating disabled due to no astyle or config !! Kinda a bit obvious if you read your damn log. Go install astyle.
  6. Thats caused by your jar being modified, quit having a modified jar.
  7. Seems you screwed up the install, start again, and only post actual logs.
  8. Ya, stick your textures in your mod zip, not in the mods folder...
  9. I am not going to hold your hand for editing a fucking text file -.-
  10. Wow you're both retarded. Forge doesnt give a flying fuck if you're in offline mode or not.
  11. Because your client has been modified There is no other way around it. Delete your entire minecraft/mcp folder and try again.
  12. 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.
  13. Interesting havent seen this before, but its something wrong with your compiler. Says it out of heap space, to give it more. Or, try re installing tour jdk.
  14. Interesting, we'll have to look into it, this is usually an issue with the mod having a exception in the constructor. however, try moving through your mods 1 at a time and see if you can track it down to which mod it is.
  15. Just ripping out the bytes everywhere isnt a valid solution. However, https://github.com/MinecraftForge/MinecraftForge/commit/1804f22182bfa0d8404ab5472b6d5ae7e1fdc785 Should work just fine, go test.
  16. Not really, you'd need to manually make changes to the client.md5s file in the temp folder to remove your classes from the list.
  17. Dont double post, and why did you run updatemd5s?
  18. Wow that was a long winded post of ignorant statements. You DO know that the 'Load everything in /mods/' is RML behavior right? It does the exact same thing as FML does, it takes a list of 'Dont load these' and skips them. As for the whole mac/os issue, users are stupid, mac users are more so as they can not understand the difference between 'merge' and 'replace' and really, its a simple concept, I blame both the user, and the OS for this one. The fact that there issues has come up a few hundred times, been solved a few hundred times, and yet they can't seem to be bothered to search, is the main reason why I have disdain for mac users. The mods folder is defined as a blacklist system. And that's not going to change. The BETTER solution for you and your different configurations, is just to fucking use different minecraft folders. That way you don't have to bother with all the hackery. As for the mods that require you to extract them and put things in different places, why the fuck are you putting them in your mods folder? Every mod I have ever used that was like that has stated NOT to put the raw download in the mods folder but to follow the included instructions. So.. we're supposed to cater to users who cant follow directions... right.... So, to sum up, use the mods folder how its designed to be used, not how you think it should be used.
  19. Its straight forward, you're not packaging your mod correctly. Post a full list of everything in your mod exactly how its structured, then compare that to what java is looking for, you'll find a issue.
  20. Seems to me like you don't have a clean jar.
  21. 1) We dont provide support for 1.2.5 anymore 2) Seems your corrupted something when installing.
  22. By new forge version you mean every version of forge.. ever... -.-
  23. There already is, blocks have a activated event, and they handle it themselves. Like buildcraft tanks already do...
  24. Forge tries to load as UTF-8, I'll need to look into why it doesn't parse the BOM correctly. It switched from ANSI to UTF-8 in recent versions to help fix issues with some people encoding things incorrectly. Wish that text files would simply have a globally unique identifier in the headder... would make life a lot simpler.

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.