Jump to content

Ugdhar

Members
  • Posts

    2524
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Ugdhar

  1. 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
  2. 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.
  3. Did you try searching ItemBow for the word "event"?
  4. 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
  5. 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?
  6. 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
  7. 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
  8. Where did you buy it from, and what specifically is it called? If it is the "Windows 10 Edition" it cannot run forge, you need the Java edition. Unfortunately I can't get a direct link to the one you'd want on minecraft.net, but on the list of editions it's just "Windows".
  9. %USERPROFILE%\AppData\Roaming\.minecraft\logs\fml-client-latest.log
  10. You need to update, 1.7.10 is no longer supported on these forums. It is stated in the EAQ that old versions are not supported here: http://www.minecraftforge.net/forum/topic/20-rules-and-eaq-read-first-or-you-will-get-banned/
  11. Are all your resource names lowercase? I believe that became a requirement in 1.11, that's my best guess without seeing logs and whatnot.
  12. Post the full fml-client-latest log please
  13. You might be able to find the version you want from the Files link at the top of the page, however, if you run into issues a Minecraft version that old will not be supported here, so you would have to seek help elsewhere.
  14. If you're using eclipse, just import each project into the same workspace, and each project will have it's own run configurations.
  15. Doesn't matter where it came from or who uses it, 1.7.10 is so out of date it is no longer supported here. You should take the issue right to the modpack creators.
  16. Read http://www.minecraftforge.net/forum/topic/20-rules-and-eaq-read-first-or-you-will-get-banned/
  17. You need to update, 1.7.10 is no longer supported here.
  18. I think the answer to that is in the EAQ: http://www.minecraftforge.net/forum/topic/20-rules-and-eaq-read-first-or-you-will-get-banned/
  19. Post a log from the crash where you add more memory. How much RAM does your computer have?
  20. I would say give minecraft more memory in the profile options (the -Xmx option) since you're getting an OutOfMemory crash.
  21. 1.7.10 is no longer supported here. You should update to 1.11.2.
  22. You may need https://www.microsoft.com/en-us/download/details.aspx?id=26999
×
×
  • Create New...

Important Information

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