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.

Luis_ST

Members
  • Joined

  • Last visited

Everything posted by Luis_ST

  1. Make sure you use the latest version of Quark, if you already use the latest version, report the bug to the Mod author.
  2. Java 17? 1.16.5 requires Java 8-15, but minecraft prefer java 8. Try with Java 8 again.
  3. Error in Falling Leaves, make sure the mod is up to date, if you already use the latest version, report the bug to the Mod author
  4. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  5. Minecraft 1.18 requires java 17, update to java 17 then try again.
  6. Which version of Forge did you use? Post debug log
  7. delete this client config file
  8. they define a few things which are required from Forge and vanilla Unfortunately I don't know it by heart
  9. Java School means that we don't teach anyone Java if you want to learn java, take a look at this: Official documentation: https://docs.oracle.com/javase/tutorial/ Absolute basics with an interactive editor: https://www.codecademy.com/learn/learn-java Ongoing online course with assignments: https://java-programming.mooc.fi/
  10. yes they are nessessary basically you can, but only defined arguments are used inside the code
  11. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  12. if the scrollDelta is positive it is scroll up, if it is negative it is scroll up means: if (event.getScrollDelta() > 0) { // UP } else if (event.getScrollDelta() < 0) { // DOWN }
  13. Error in Apotheosis, make sure you use the latest version of the Mod, if you already use it, report the bug to the Mod author.
  14. the server configs are in the folder of the World, look into .minecraft/saves/<world_name>
  15. 'custom Launcher' is the wrong word for that, i know
  16. This is at the moment not possible, mojang what's to change a few things in the Level generation in one of the next Updats (may 1.18.2). Forge is waiting for this update before we add Hooks.
  17. Post the exact package of the class we should look into
  18. I will try to reproduce the problem in my own project
  19. Some zip managers like to take control of the .jar file extension away from Java. Make sure you have Java installed and try running Jarfix once, then try the installer again.
  20. Report the Bug on Github https://github.com/MinecraftForge/MinecraftForge/issues
  21. Error in Mob Grinding Utils, make sure you use the latest version of the Mod. If you already use it report the bug to the Mod author.

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.