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.

DaemonUmbra

Members
  • Joined

  • Last visited

Everything posted by DaemonUmbra

  1. Please update to a modern version of Minecraft.
  2. Please post the full log as described in my signature.
  3. No. Support is not given for versions THAT out of date.
  4. If you've installed the 64-Bit SDK and removed _JAVA_OPTIONS, just point JAVA_HOME at the 64-Bit SDK and you should be good.
  5. Yes, you also need to remove your _JAVA_OPTIONS environment variable. Why do you even have that?
  6. A couple things wrong here: This is not nearly enough to run the compilation process. (x86) means you are likely running 32-Bit Java which will not let you use more than 2G, while the decompilation process is recommended to be run with 3G, which is specified in the gradle.properties that comes with the MDK, it is also recommended to run 64-Bit Java in general if you have a 64-Bit machine.
  7. Do you have a Java folder in /Program Files(x86)/?
  8. Is that the only JDK you have installed?
  9. What's the name of the JDK installer file?
  10. Double check your JAVA_HOME variable, since that's what Gradle gets your JDK from
  11. The only thing I can suggest is re-installing the JDK, because the JVM saying anything higher than 2G "exceeds the maximum representable size" is indicative of the 32-Bit version.
  12. Open a command prompt and type java -version please.
  13. And that was the default install location for the JDK?
  14. Yes that looks alright, and your JAVA_HOME variable points to that?
  15. Can you give me the path of your JDK?
  16. It's one of those mods that extracts a component of itself into mods/1.12.2. You'll need to remove this as well because the component gets loaded and assumes the rest of the mod is there, then crashes when it can't find it.
  17. Are you using Open Terrain Generator or no?
  18. Make sure you're using a 64-bit JDK, not 32-bit.
  19. Because you are not building it correctly and you are still using 1.8.X I will help you further when i see your repo updated to a modern version.
  20. I am talking about Forge's Jar-in-Jar system, NOT shadow... The mod you linked uses shadow, not Forge's Jar-in-Jar system
  21. Because Forge's system is superior to just shoving your dependency inside your jar, Forge's system does things to prevent collisions between packed dependencies, as well as archiving them so they only need to be extracted once.
  22. If you want to rely on the legacy system you can use Jar-in-Jar without a "Maven-Artifact" property, though from a code comment "Maven-Artifact" is likely to be required in Forge for 1.13. This means that you can do this without doing anything with meta files FOR NOW.

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.