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. Quit getting your panties in a bunch. 'MinecraftByExample' should definitely know better than that. And then only reason anyone actually does use explicitly wrapped Object[]s in there is because they are copy/pasting from decompiled code 69 times removed. And no you shouldn't be yelled at for your coding style if you choose it. However people who are claiming to be teachers SHOULD be yelled at for copy/pasta. Anyways, stop teaching bad habits and copy/pasta code. Thread over.
  2. define corrupt, its fully functional.
  3. TSteelworks{1.6.4-0.0.4.2-fix2} [Tinkers' Steelworks] (TSteelworks-mc1.6.4_0.0.4.2-fix2.jar) Unloaded->Errored i wonder what it could be.....
  4. new Object[] { No, Bad modder stop it!
  5. immibis just needs to not be stupid and compile his mods to target the same version of java that Minecraft targets.
  6. If it was a simple thing to detect we'd have it done. But the consensus is that due to the 1% of broken computers we're gunna have to do a 'Lets test this on first run' type thing. Trust me I know how frequent it gets reported. From the looks of it, it's a common driver doing GL in a way that is contrary to the GL spec, but hey we have to support it.
  7. config/splash.properties set enabled to false, your mac video drivers are crap and don't support the new load screen.
  8. Take a look at where IStateMapper is used. It is designed so that you can tell the game what states in your block are useful for the model. Sugarcane for example tells it to ignore 'age' which is why the state json doesn't have anything related to age.
  9. Seems that the installer cant find the JRE. It searches in the common install folders {profile files} as well as the JAVA_HOME environment variable. It cant find it in either of those so it errors. What you could do is run the installer with java manually by doing: c:\program files\{wherever you installed java to}\bin\java.exe -jar {forge installer}.exe
  10. Remove any mod with Chicken in the name or 'CCL' 'CCC' and try again.
  11. Seems like you are having issues outside the scope of Forge/Installer. https://github.com/MinecraftForge/Installer/commit/8ebfa46e07357163ca9c5b142bf950787a515e2c The log file will be <CurrentJarName>.log. Or if you run the installer from the command line it'll spit everything into the console window as well. You may want to go look into process monitor to see where the installer is trying to write files. Because it's sitting there doing something and thinking it's installing correctly. And without logs, or sitting there trying to walk you though all possible debugging steps {killing antiviruses, running as admin, disabling UAC, and so on} there isn't much we can do. Modern installer will only create the JSON and not the jar because that is no longer needed. Make sure you have write access to everything in the .minecraft folder. From the sounds of it you may have permissions issues.
  12. The logs are created right next to the installer. But ya, if it says it installed, then it installed. Else something is broken on your computer in a fundamental level.
  13. Post logs of the installer. It tells you explicitly where it is installing it to.
  14. 1) 1.6.4.. really what makes you think we still support that... update 2) Your launcher/java is broken. Not a Forge issue.
  15. Its not a bug, vanilla doesn't support mods, you destroyed your world. This is why backups are a good thing.
  16. What exactly are you trying to accomplish?
  17. Intersting you have a mod installed that is trying to parse screwed up json. Sadly the stack trace cuts out so I cant tell you which mod, just that one of them is.
  18. Talk to whomever wrong the thing you used to 'export to java'.
  19. Logs, also we dont touch DNS so that would probably be a anti-virus or firewall issue.
  20. That's a MagicLauncher issue, he needs to support inherited versions, which is a feature of the vanilla launcher. It's REALLY useful for stuff like Forge.

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.