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.

larsgerrits

Members
  • Joined

  • Last visited

Everything posted by larsgerrits

  1. Something is adding -Xmx512M to your JVM options, probably through the JAVA_OPTIONS environment variable. Remove it.
  2. 1.7.10 is no longer supported on this forum.
  3. The method to apply potion effects is defined in EntityLivingBase, so if you call World#getEntitiesWithinAABB with EntityLivingBase.class, you can apply the potion effects to them.
  4. World#getEntitiesWithinAABB(Entity.class, new AxisAlignedBB(x,y,z,x+10,y+10,z+10) will return every entity inside a 10x10x10 box and which inherents the Entity class.
  5. You can use World#getEntitiesWithinAABB to get all the entities in an AxisAlignedBB.
  6. No, you don't. Make your own thread and post the log there (without Optifine installed).
  7. Then show us a log from 1.11.
  8. 1.7.10 is no longer supported on this forum.
  9. Forge recently had a breaking change which causes mods to crash. One of your mods is not updated to a version of Forge after the change. Unfortunately, the crash doesn't say which mod it is, so you'll have to take mods out to see which is the crashing one.
  10. Also, 1.7.10 is no longer supported on this forum.
  11. You shouldn't have to copy files around when installing Forge. You have to download the installer and use it.
  12. Well, where did you post it then? Certainly not in this thread.
  13. The link to the Gist or Pastebin...
  14. Remove Optifine.
  15. You should update to the registry events.
  16. You should register models in the ModelRegistryEvent.
  17. I'm sorry, but do you actually not know what "post the file" means?
  18. The contents of that file, yes.
  19. Post the contents in a Gist or Pastebin and post the link here.
  20. 1.6.4 is no longer supported on this forum.
  21. Post the FML log (logs/fml-client-latest.log).
  22. Post the FML log (logs/fml-client-latest.log).
  23. Make your own thread for your own issue. Also: You're not actually running 1.12....
  24. No, you copy the contents to a Gist or Pastebin and paste the link here.

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.