-
Posts
2785 -
Joined
-
Last visited
-
Days Won
44
Everything posted by Ugdhar
-
http://www.minecraftforge.net/forum/index.php/board,119.0.html It says "read before posting"
-
[1.7.10] Entity Is Invulnerable Unless Hit With Damage Source
Ugdhar replied to StarV's topic in Modder Support
All this does is perpetuate the laziness of sticking to old versions. Just update and move on. -
Minecraft 1.6.4 is old and not supported, update to 1.10.2 and come back.
-
- 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.)
-
Forge client-side crash when joining server
Ugdhar replied to infernoguardian's topic in Support & Bug Reports
1.7.10 is not supported, update to 1.10.2 -
Post a log, need more info to try to help
-
1.7.10 is old and not supported, update.
-
[1.7.10] Fixing interaction between a block and an item with events
Ugdhar replied to a topic in Modder Support
1.7.10 is not supported. There's a mod for 1.10.2 called Refined Storage that is similar to AE. Update. -
[1.7.10] Custom dimension crashing on loading WorldProvider
Ugdhar replied to crafter6789's topic in Modder Support
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. -
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.
-
Why is my mod not working after I try to update it to 1.8?
Ugdhar replied to an_awsome_person's topic in Modder Support
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. -
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.
-
[1.9.4/1.10.2] Adding potion effect when a player eat food
Ugdhar replied to TheMulti's topic in Modder Support
It's telling you what's wrong, you have an int where you need a float. -
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.
-
[1.9.4/1.10.2] Adding potion effect when a player eat food
Ugdhar replied to TheMulti's topic in Modder Support
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/ -
[1.10.2] How add custom armor? (I am new to forge)
Ugdhar replied to nedas60's topic in Modder Support
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. -
[1.10.2] How add custom armor? (I am new to forge)
Ugdhar replied to nedas60's topic in Modder Support
I believe this link is what I used as a start to figure out how to do it. -
[1.7.10] Restarted computer, server crashes
Ugdhar replied to Vigul's topic in Support & Bug Reports
I'm not sure, you could try asking the authors of the mods you want to update. Or suck it up, and ditch the mods made by lazy authors, and just use current ones. Then try making replacements for the ones that didn't update. You'd find help here in Modder Support for doing that if you ran into problems, I'm sure. -
Forge 10.13.4.1566 | Minecraft 1.7.10 | HTTP response code 403 error
Ugdhar replied to sh0x's topic in Support & Bug Reports
Update to 1.10.2, 1.7.10 is not supported here. It says so right here in the rules: http://www.minecraftforge.net/forum/index.php/topic,20.0.html -
[1.7.10] Restarted computer, server crashes
Ugdhar replied to Vigul's topic in Support & Bug Reports
You should post logs to a github gist or something, instead of a 10 mile long quote. Also, update to 1.10.2, 1.7.10 is not supported here, as it is old. This is clearly stated in the EAQ which is supposed to be read before posting here: http://www.minecraftforge.net/forum/index.php/topic,20.0.html -
Upgrade to 1.10.2, 1.7.10 is old and not supported anymore, per the EAQ: http://www.minecraftforge.net/forum/index.php/topic,20.0.html
-
Self-Made Modpack has FML Errors (Need Help Analysing Log)
Ugdhar replied to Johnny1023's topic in Support & Bug Reports
Update to 1.10.2, 1.7.10 is old and no longer supported. http://www.minecraftforge.net/forum/index.php/topic,20.0.html -
You'll only get forums help if you're using the latest Minecraft version, otherwise chances are any help requests will be met with "upgrade to 1.10.2, using 1.x.x you're on your own" (which makes sense, if everyone did that, everything would be current.)
-
Try updating to 1.10.2 instead of using a really old version.