Jump to content

Ugdhar

Moderators
  • Posts

    2719
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Ugdhar

  1. Remove them from the mods folder, %APPDATA%\.minecraft\mods
  2. You have mods for 1.7.2 in there, you need to remove them using 1.12. *edit: It looks like you have mods for 1.11.2 in there as well.
  3. Forge/Minecraft that old is no longer supported here, you need to update. Also, don't download stuff from random sites, there are a few legit channels for minecraft mods, and the rest are either unauthorized reposts or worse.
  4. You're not posting logs, the only thing I could think to suggest without them is start removing mods one by one until it works.
  5. Post the fml-client-latest log
  6. Update, 1.7.10 is no longer supported here, and a mod will likely lock this thread once it's seen. If you're sticking to such an ancient version because of mods that haven't been updated, you should harass the mod author(s) to update.
  7. https://app.twitch.tv/download
  8. @idk.com google for "how to run a jar file" @BenX141 You should really start your own thread instead of hijacking someone else's with a completely different issue. Also, Forge 1.7.10 is no longer supported here, as explained in the EAQ.
  9. Report the issue to the ExtraUtils2 author.
  10. You should probably mention this to the mod authors
  11. http://mcforge.readthedocs.io/en/latest/gettingstarted/#from-zero-to-modding That should get your workspace setup, if it's still bugging out show the updated screenshot
  12. You should update, 1.7.10 is no longer supported here.
  13. This post is nearing 3 years old, if you are having an issue, you should open a new thread. 1.7.10 is no longer supported here, you should be developing for 1.11.2
  14. Also note that 1.7.10 is no longer supported, you should update.
  15. This thread is over 3 years old, and you're trying to do something in a completely different version. Start a new thread, explain the problem, show your code, and post fml-client-latest log you'll get more help that way
  16. rename the lang file to be all lowercase
  17. You should post the log from your run without the texture pack *just so that there aren't any items at play besides forge and MC
  18. Did you try removing the resource pack you're using? Also, 1.12 is still in really early development, so until a stable/recommended build is released, it will probably be a bit glitchy.
  19. Did you try searching ItemBow for the word "event"?
  20. You should upload your code to a github repository, it makes it easier to share when you need help, and will show all of your code (sometimes the part that needs fixing isn't the part that gets pasted into a forum post). Also post the fml-client-latest log A screenshot doesn't really give us anything to go by
  21. If you remove the shader mod, does it still crash? If not, you should probably contact the author of that mod, I would guess something in it is broken, or maybe a version mismatch or something. Can you post the fml-client-latest log?
  22. You must be following old outdated tutorials, you do not want to be using getItemModelMesher. That may not be specifically the issue, but it won't help. You should probably find a tutorial/examples that are more for 1.11.2 instead of the old ones you're using (you should be creating/registering an ItemBlock for your Block rather than an Item, I'm guessing the old outdated tutorial you're following was having you do that. Check out this thread: http://www.minecraftforge.net/forum/topic/49497-1112-is-using-registryevent-this-way-ok/#comment-249433
  23. Which line is line 43? (I'm assuming what you pasted doesn't start at the beginning of the file, since I don't see any imports) edit:Also, this isn't a ForgeGradle issue, in the future you should post things like this right in Modder Support
×
×
  • Create New...

Important Information

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