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.

quadraxis

Forge Modder
  • Joined

  • Last visited

Everything posted by quadraxis

  1. You installed a version for 1.12, not 1.12.2.
  2. Use a newer version of Forge, for 1.12.2.
  3. You aren't actually running the latest Forge: [18:02:43] [Server thread/INFO] [FML]: MinecraftForge v14.23.3.2655 Initialized
  4. Alternate download links are provided, pull up the full version list and hover over the i next to the regular download link.
  5. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -Xmx256M Something is adding -Xmx256M to your VM options, which overrides the earlier value. Look up how to change environment variables and delete the _JAVA_OPTIONS variable if it exists.
  6. https://github.com/asiekierka/FoamFix/issues/166
  7. Forge deliberately does not split client -> server packets, only server -> client.
  8. You ran out of memory. See: Picked up _JAVA_OPTIONS: -Xmx512M Look up how to change environment variables and remove _JAVA_OPTIONS.
  9. No, it's actually a problem with some mod misusing entity data parameters. See https://github.com/MinecraftForge/MinecraftForge/pull/5129.
  10. isAirborne is also a bad name: https://github.com/ModCoderPack/MCPBot-Issues/issues/605
  11. The value is not frequency. https://github.com/ModCoderPack/MCPBot-Issues/issues/591
  12. WARNING: coremods are present: MicdoodlePlugin (MicdoodleCore-1.12.2.jar) EnderCorePlugin (EnderCore-1.12.2.jar) DLFMLCorePlugin (DynamicLights-1.12.1.jar) SHLoadingPlugin (ScalingHealth-1.12-1.3.13-94.jar) Make sure those mods are up-to-date, otherwise try removing them one by one.
  13. You should be providing your own teleporter implementation.
  14. Neither water nor lava have a block model.
  15. PathNodeType being an enum was discussed in https://github.com/MinecraftForge/MinecraftForge/pull/4598.
  16. Update Forge (and as you're using Optifine, that too).
  17. Some mod is mishandling mob spawn entries (see https://github.com/MinecraftForge/MinecraftForge/issues/4950).
  18. Known issue: https://github.com/MinecraftForge/MinecraftForge/issues/5114
  19. You ran out of memory, you need to allocate more to the game. You're using the 32-bit version of Java, you should use the 64-bit version if possible.
  20. While this may not be the direct cause of your issue here, that looks like a Java 9+ installation. You'll need Java 8 for Forge anyway, so you should try using Java 8 to start with.
  21. The latest version of Forge is not being used there - you may need to check your launcher configuration.

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.