Jump to content

Ugdhar

Moderators
  • Posts

    2617
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ugdhar

  1. Read all of this in its entirety: http://tutorials.jenkov.com/java/index.html
  2. write code, post it, along with errors, ask for help. No one is going to just write the code for you, especially when you don't know basic java terms like interfaces.
  3. If you read the EAQ before posting, as the rules state (http://www.minecraftforge.net/forum/index.php/board,119.0.html) you will see that only the current version of minecraft (and I guess in this case 1.9.4 since I understand it's like 99% compatible with 1.10.2) are supported here. Anything below that, you're on your own. If you're working with 1.10.2, feel free to come back and request help.
  4. Then honestly, you should probably forget it and focus on school. When you get older you might have a shot at learning how to write java/make mods. *edit: And I didn't mean to WATCH tutorials. Video tutorials are kinda crap for writing code. You need a txt tutorial.
  5. 1.7.10 is no longer supported, update to 1.10.2
  6. I would Google java tutorials, and learn how classes, inheritance, and interfaces work before trying to dive into complex minecraft modding. You seriously won't learn anything copying other people's code without knowledge of those things.
  7. 1.7.10 is not supported any longer. Tell them to upgrade.
  8. http://www.minecraftforge.net/forum/index.php/board,119.0.html It says "read before posting"
  9. All this does is perpetuate the laziness of sticking to old versions. Just update and move on.
  10. Minecraft 1.6.4 is old and not supported, update to 1.10.2 and come back.
  11. - 1.7.10 is not supported, update to 1.10.2 - You have mismatched versions of the different parts of that project red thing. (Version for a module of ProjectRed (4.7.0pre10.93) does not match the Core version (4.7.0pre12.95). Please make sure all ProjectRed jars are of the same version.)
  12. 1.7.10 is not supported, update to 1.10.2
  13. Post a log, need more info to try to help
  14. 1.7.10 is old and not supported, update.
  15. 1.7.10 is not supported. There's a mod for 1.10.2 called Refined Storage that is similar to AE. Update.
  16. Other mods not updating is a pretty poor excuse to be developing for an old, unsupported version of forge. It just contributes to the cycle of laziness.
  17. Also stop using 1.7.10, it is outdated and unsupported. Update to 1.10.2. Yes, I know your favorite mod authors are lazy and haven't updated.
  18. You should post everything that is shown in the error screen, not just a summary in your own words. I believe that is what people are trying to get you to do.
  19. Update to a supported version; the rules clearly state only the current Minecraft version is supported. 1.7.10 is old and lacks a lot of the stuff people have worked hard to put into the current releases. If lazy devs haven't updated their mods that you want to use, shake their tree, or rewrite yourself for current Minecraft.
  20. It's telling you what's wrong, you have an int where you need a float.
  21. Isn't that referencing the Vanilla Teleporter class? Also, to the OP, it's more helpful if you upload your code to github so we can see line numbers and such.
  22. Here's a tutorial about making custom food, it's for 1.8, but shouldn't be too hard to fix up for 1.10, as long as you know some programming/java. http://bedrockminer.jimdo.com/modding-tutorials/basic-modding-1-8/custom-food/
  23. http://bedrockminer.jimdo.com/modding-tutorials/basic-modding-1-8/custom-armor/ It will be slightly different for 1.10, but it should get you started. Try some stuff, and post your full code (better yet, link to a github) and what works/doesn't work. Asking for someone to give you code is a somewhat unreasonable request.
  24. I believe this link is what I used as a start to figure out how to do it.
×
×
  • Create New...

Important Information

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