Jump to content

larsgerrits

Members
  • Posts

    3462
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by larsgerrits

  1. I am failing to see anything wrong other than the Item/Block with a missing model/texture. Can you please explain further?
  2. A quick search doesn't result in any mods which would resemble "aor" to me. Can you post the log file (logs/fml-client-latest.log)?
  3. 1.7.10 is no longer supported on this forum. Update if you want support.
  4. Nobody said that, it's just in diesieben07's bio. What? Do you really think Java or Forge have security holes? If you install both from the correct location, you won't get any viruses. And do you actually think installing both of these will make someone hack you? Just install Java and Forge the normal way.
  5. 1.7.10 is no longer supported on this forum.
  6. What are you even doing? You can access anything in the language files using I18n.format. Be sure to use the net.minecraft.client.resources.I18n class, instead of the other 2.
  7. Does the texture pack work on vanilla? If it doesn't, it's a problem with the resource pack.
  8. Nothing, he just explained what you should do to solve it.
  9. And how do you know this if you're constantly crashing? As for the crash, some mod is trying to access a method by it's MCP name, while a normal environment doesn't use those. Mods that do use the MCP name hardcoded are mods using reflection or coremods. Try removing each mod to see which one causes the crash, starting with the coremods.
  10. Don't post in threads that have been inactive since November 16, 2015... Make your own thread. As for your issue, try running the vanilla version BEFORE installing Forge.
  11. WARNING: coremods are present: ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.3.jar) ForgelinPlugin (Forgelin-1.4.0.jar) IvToolkit (IvToolkit-1.3.2.1.jar) DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.4.0.0.jar) AstralCore (astralsorcery-1.3.2-beta.jar) Contact their authors BEFORE contacting forge
  12. 1.7.10 is no longer supported on this forum.
  13. Try disabling the loading screen as described in the EAQ.
  14. If I recall correctly, every armor point (0-20) stops 4% of the damage. A full bar (20) will stop 80% of the damage. EDIT: apparently I didn't.
  15. java -jar <jar-file-name>.jar Try that. If that doesn't work, you messed your Java installation up.
  16. That's not how you run a JAR file from the command line. Google it and post the results.
  17. You don't have the "modid" tag in your mcmod.info. You probably replaced it with "aurorafalls".
  18. I suspect they used that as a placeholder for the patch version, e.g. 1.5.+ could mean 1.5.0, 1.5.1 etc.
  19. Assign more RAM to Minecraft.
  20. recipeRegistry.removeRecipe(new CrushingTubRecipeWrapper(r)); Well, you are removing a new wrapper, so that will never work. You should save the instances of the original recipe and wrapper classes and use those, don't bother removing them and just disable them in the recipe/wrapper classes.
  21. Windows* ignores upper and lower case differences, while a JAR* file doesn't. @OP, do you use the same Forge version for dev and the normal game?
  22. This is an issue with Chat Triggers, report it to the author.
  23. None. Forge is only for the Java version of Minecraft.
×
×
  • Create New...

Important Information

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