Jump to content

Ugdhar

Moderators
  • Posts

    2617
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ugdhar

  1. http://www.minecraftforge.net/forum/index.php?topic=20.0 1.7.10 is no longer supported here.
  2. 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.
  3. 1.7.10 is no longer supported by forge. I have noticed personally that newer versions of minecraft are faster, so I would upgrade.
  4. 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
  5. Update to 1.10.2 1.7.10 is no longer supported.
  6. Update to 1.10.2. 1.7.10 is no longer supported.
  7. 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.
  8. 1.7.10 is no longer supported, update to 1.10.2
  9. 1.7.10 is no longer supported here, that's why your previous thread was locked.
  10. 1.7.10 is no longer supported, you should update to 1.10.2
  11. 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.
  12. Also, 1.7.10 is no longer supported here, update to 1.10+.
  13. 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
  14. 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
  15. 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.
  16. 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
  17. 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.
  18. Where you have "ID:textures/models/armor/armor_layer_1.png"; I think you want to get rid of ID and put your modid.
  19. 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.
  20. www.curse.com, the download button right on the front page.
  21. 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.
  22. "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
  23. Then you need to type "cd Desktop" before you run that command.
  24. Is the jar located in C:\Users\Yvonne>? Show the output from dir please.
  25. No prob, I think the point of it is to try and get people away from the "Well, I need to write for <oldass version of forge> because <some mod with a lazy author that didn't update> is only for <oldass version of forge> and I like/need/want that mod" Everyone works hard on the new features/versions, and we should be using that leverage instead of clinging to old outdated stuff, just because a bunch of mod authors got lazy/gave up after 1.7.10.
×
×
  • Create New...

Important Information

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