Everything posted by Ugdhar
-
Item Issue 2.0
1.7.10 is no longer supported here, that's why your previous thread was locked.
-
Mod Files Corrupted?!?! [1.7.10]
1.7.10 is no longer supported, you should update to 1.10.2
-
Registering textures crash
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.
-
java.lang.NullPointerException: Unexpected error
Also, 1.7.10 is no longer supported here, update to 1.10+.
-
Minecraft Not Launching with mods
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
-
I need alot of help and dont understand java
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
-
I need alot of help and dont understand java
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.
-
Modpack Server Crashing
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
-
1.10.2 Item has wither
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.
-
My Armor is purple,black [1.10]
Where you have "ID:textures/models/armor/armor_layer_1.png"; I think you want to get rid of ID and put your modid.
-
Error Downloading Forge - Libraries Failed to Download
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.
-
Error Downloading Forge - Libraries Failed to Download
www.curse.com, the download button right on the front page.
-
Error Downloading Forge - Libraries Failed to Download
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.
-
Error Downloading Forge - Libraries Failed to Download
"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
-
Error Downloading Forge - Libraries Failed to Download
Then you need to type "cd Desktop" before you run that command.
-
Error Downloading Forge - Libraries Failed to Download
Is the jar located in C:\Users\Yvonne>? Show the output from dir please.
-
Client crash while trying to join server
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.
-
Making my Own Power [1.10.2]
Read all of this in its entirety: http://tutorials.jenkov.com/java/index.html
-
Making my Own Power [1.10.2]
- Making my Own Power [1.10.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.- Client crash while trying to join server
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.- Making my Own Power [1.10.2]
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.- Client crash while trying to join server
1.7.10 is no longer supported, update to 1.10.2- Making my Own Power [1.10.2]
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.- [1.7.10]ISBRH won't render if no other blocks exist in the same chunk.
1.7.10 is not supported any longer. Tell them to upgrade. - Making my Own Power [1.10.2]
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.