Jump to content

Ugdhar

Moderators
  • Posts

    2719
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Ugdhar

  1. http://www.minecraftforge.net/forum/index.php?board=119.0 (it says to read this before posting) 1.7.10 is no longer supported by forge.
  2. http://mcforge.readthedocs.io/en/latest/gettingstarted/ This works for me Hope it helps!
  3. http://www.minecraftforge.net/forum/index.php?topic=20.0 1.7.10 is no longer supported here.
  4. 1) Upgrade to 1.10.2+, 1.7.10 is no longer supported 2) Looks like you're using cauldron, not forge, and the mods are looking for forge. I don't know if they're supposed to be compatible or coexist or not, but either way, 1.7.10 is no longer supported here.
  5. 1.7.10 is no longer supported by forge. I have noticed personally that newer versions of minecraft are faster, so I would upgrade.
  6. 1.7.10 is no longer supported, update to 1.10.2. EAQ/Rules link: http://www.minecraftforge.net/forum/index.php?topic=20.0
  7. Update to 1.10.2 1.7.10 is no longer supported.
  8. Update to 1.10.2. 1.7.10 is no longer supported.
  9. http://www.minecraftforge.net/forum/index.php?topic=20.0 (says to read this before posting) Update to 1.10.2. 1.7.10 is no longer supported.
  10. 1.7.10 is no longer supported, update to 1.10.2
  11. 1.7.10 is no longer supported here, that's why your previous thread was locked.
  12. 1.7.10 is no longer supported, you should update to 1.10.2
  13. As stated in the EAQ (http://www.minecraftforge.net/forum/index.php/topic,20.0.html) 1.7.10 is no longer supported here, come back when you update to 1.10.2.
  14. Also, 1.7.10 is no longer supported here, update to 1.10+.
  15. 1.7.10 is no longer supported here. Either update to 1.10+, or seek support directly from the creator of the modpack. There is a link on this forum that says to read this first: http://www.minecraftforge.net/forum/index.php/board,119.0.html
  16. http://tutorials.jenkov.com/java/index.html seems like it's a decent run of tutorials for learning the basics. It's important to understand things like (not in any specific order) classes, inheritance, interfaces, methods, getters/setters for properties/fields, packages, and an assortment of other things I should probably list, but take for granted. Trying to learn java by starting right with modding is akin to trying to learn how to swim in the middle of the ocean. Do yourself a favor and learn how to at least doggie paddle first
  17. If you don't understand java, what you can do with modding will be limited to precisely what they show you in the modding book. To deviate even slightly from their examples will be over your head until you learn the ins and outs of basic java. I would advise text tutorials, and don't copy/paste code, type it all out. Otherwise you'll just be doing monkey-see-monkey-do, and not really learning anything. and when you come here with modding questions, it will be painfully obvious to the people that COULD help you that you don't know any java, and won't be willing to help you with modding, as their instructions will be over your head, and it's unrealistic to expect people here to solve all your problems line by line giving you code. Not trying to be mean, just trying to make sure you understand how important it is to minecraft modding to learn java.
  18. 1.7.10 is not supported any longer, update to 1.10.2 and come back for help then. EAQ to read /before/ posting: http://www.minecraftforge.net/forum/index.php/topic,20.0.html
  19. http://tutorials.jenkov.com/java/index.html Read it all, follow along, do examples. When you get to the end, you will probably understand a lot more.
  20. Where you have "ID:textures/models/armor/armor_layer_1.png"; I think you want to get rid of ID and put your modid.
  21. I went to www.curse.com, and there's a "Download Now" button right on that front page. Unfortunately, I don't think you're ever going to get the installer to run for you, as it will involve making sure you know the path to java and how to navigate directories.
  22. www.curse.com, the download button right on the front page.
  23. Yeah, just download the curse client. It will install a forge instance for you, and you can then add mods to it right from the interface, and it will be a lot easier for you than trying to do it by hand. And the command you posted is missing the .jar from the end of the filename, that might be why it's not working.
  24. "cd Desktop" then press enter. You're just trying to play modded minecraft, not create mods right? I would just go download the curse client, then you won't have to mess with any of this stuff. www.curse.com
  25. Then you need to type "cd Desktop" before you run that command.
×
×
  • Create New...

Important Information

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