Skip 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. Typically it is asking if you wish to continue loading the world, and that there may be possible corruption issues due to missing mods/items. Hence the no making your game exit. As I said, check your log.
  2. Fixed, was caused by slight change of how MC determines if a block is solid.
  3. Im going to guess this is the id mismatch screen, typically it displays a list of mismapped ids. You should be able to see more information in the console log.
  4. Zip your mcp/src folder and upload it somewhere. Something is causing your decompiled source to be unintelligible to the install script.
  5. People for the love of god! If you get a error while installing a mod FIRST GO TO THE MOD FORUM not ours. The issue is typically on the modders end. This one in particular is caused because NEI require Java 7. Absolutely NOTHING to do with forge.
  6. Fixed, regression for a bug in vanilla minecraft that forge fixes and they work around
  7. It'd be on a issue on his end it seems. Not ours.
  8. What versions of astyle do you have installed? Typically EVERY patch failing is caused by you either not having astyle, its config being compleetly diffrent then the one mcp needs, or some other bug on there end.
  9. The log as a link ... try clicking it.... And putting that file in your libs folder... Seriously?
  10. Fixed (for now) and Fixed Forge tries not to change any of the actual behavior of things, but sometimes bugs slip through, these two are actually really small ones so no wonder they slipped past.
  11. Capes really? Theres a reason why forge hasnt exposed this.
  12. Everything is turned to public at runtime because of the runtime deobfusication, so your best, and easiest bet is to use a custom decompile time access transformer config. However, I would be weary, as 90% of the time, if you're trying to access a private or protected function there are better ways to do it. However it seems you did find a case where it should be publicized. I welcome the PR for it.
  13. Sadly no, you'd have tio make sure its a safe cast and cast it. However the only thing that implements IconRegister is TextureMap so you should be good.
  14. No log no help there is ALWAYS a log read up on how to obtain it if there isn't on i your folder. And laucus is right you obviously state : "Removed Forge 7.7.0 from minecraft.jar" 7.7 is for 1.5 And then you state: "[1.4.7]ReiMinimap_v3.2_06" Unless I am completely blind that obviously states 1.4.7 1.4.7 mods DO NOT work with 1.5. Anyways again, no logs, no help. As your you Dark_Rose, Do not attempt to hijack other's threads, as this person has not posted a log you have no way of knowing if your error is the same as theirs. Forge works fine, it's happily running for thousands of other people. If simply you guys having messed up the install instructions.
  15. There are always logs. And 'black screen' never means the same thing, so please stop generalizing them to 'it all doesnt work' Your last error log was a bug in the ModLoader compatibility, and as such has been fixed. So you should update your forge and try again. And next time you post include a log like you should -.-
  16. https://github.com/MinecraftForge/FML/commit/c5d5f4e5164111c5ae63e8de7ce97cc583d73e6e It was a small bug, it has been fixed, update your forge.
  17. Actually reading the log more this is because you forgot to clean your damn coremods folder -.-
  18. One of your mods is compiling for java 7.. why? Forge ships against java 6.
  19. https://github.com/MinecraftForge/MinecraftForge/blob/master/patches/minecraft/net/minecraft/client/renderer/texture/TextureMap.java.patch#L66 In your compass's texture register callback, create your TextureStitched and register it using setTextureEntry See TextureClock/TextureCompass for examples on how to pragmatically choose the animation frame.
  20. Download the files manually... like the log says...
  21. Why the hell are you installing a 1.4.7 mod.. on 1.5? Seriously dude.. Seriously?
  22. I'd try without auto-switcher.
  23. You need to post the full god damn log, as it kinda has really important information like.. possibly.. the actuall error -.-
  24. Delete your damn coremods -.- SEARCH BEFORE POSTING.

Important Information

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

Account

Navigation

Search

Search

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.