Jump to content

larsgerrits

Members
  • Posts

    3462
  • Joined

  • Last visited

  • Days Won

    17

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.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.