Then you have set something up wrong, every Java code has to be solved. and 1.6.2 is no different from 1.5.2, except for tnt codes, mob codes, redstone, ETC...
You may want to add this to your jetpack tut so that there is no glitchy fall damage.
Under the motion ++ (or whatever it was ) add this: entityplayer.fallDistance = (float) entityplayer.motionY;
that way, your speed is how much damage you take, not the amount of blocks you have fallen. (So you can soften your landing by hitting the thrust a bit )
Nice tut still
Cannot wait until modloader comes for 1.6....
Thanks for the code, I added it and gave you credit
I Have MCP801 and ModLoader setup for Minecraft 1.6.1.
I'm assuming the coding is mostly the same 1.5 (I'm probably wrong) but I'm not really familiar with it as the last mod I made was in 1.2.
But there is a lot of useful tutorials here and is it possible you can make a tutorial that explains how to create crops like the wheat or carrots as in their textures change as they grow?? Only if you can of course, just saying I can't find help anywhere else...
This might be due to my minecraftserver.jar, I realized the link was outdated, you can download the newest version here. This might also be a modloader installation problem.
Seems to me like a meta-inf error, did you delete it when you installed modloader?
This might be due to my minecraftserver.jar, I realized the link was outdated, you can download the newest version here. This might also be a modloader installation problem.
Thx, btw, i have a question, is it possible to make a new dimension with modloader?
Thx, btw, i have a question, is it possible to make a new dimension with modloader?
By itself it isn't, I have heard that you can do this with a dimension API but I haven't found an up to date version of any. If you want to make your own dimension you would have to look into Forge code
By itself it isn't, I have heard that you can do this with a dimension API but I haven't found an up to date version of any. If you want to make your own dimension you would have to look into Forge code
Seems to me like a meta-inf error, did you delete it when you installed modloader?
This might be due to my minecraftserver.jar, I realized the link was outdated, you can download the newest version here. This might also be a modloader installation problem.
It's a ModLoader problem with meta-inf file and MCP. Forge on the other hand can decompile but not ModLoader.
If you think Mojang and ModLoader should stop changing there codes and the way MCP is set up, quote this message and say "I"
Amazing tutorials bro :3 Although it seems when I decompile it, it gives me a clean jar instead of the ModLoader one, any help on this?
Keep the tutorials comin'
And how do I change the properties of already existing items?
for example I want Beef to be stackable up to just 1 and it should give me a 5 second Regeneration with an amplifier of 2, it should also be eatable at all times.
I reckon that I could just look up the code with eclipse to find out how to add these things, but that's not really what I was going to ask anyway...
What I was going to ask was: would I have to edit already existing class files, or do I have to create class files that "take over" the functionality of the Vanilla ones to be able to do something like that?
You would just find beef in the Item.java and change it, you would have to edit existing class files because it might be buggy to create files that take over
Amazing tutorials bro :3 Although it seems when I decompile it, it gives me a clean jar instead of the ModLoader one, any help on this?
Keep the tutorials comin'
Make sure you place the modloader files in the 1.6.2 version jar instead of making the new 1.6.2ML version
-
View User Profile
-
View Posts
-
Send Message
Curse Premium-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThen you have set something up wrong, every Java code has to be solved. and 1.6.2 is no different from 1.5.2, except for tnt codes, mob codes, redstone, ETC...
Thanks for the code, I added it and gave you credit
To all the following:
I will try to work on these as soon as I can
What are your errors?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumModLoader is having some problems with MCP and the 1.6.2 version. It has to do with the 1.6.2.jar and the 1.6.2.json file
Seems to me like a meta-inf error, did you delete it when you installed modloader?
This might be due to my minecraftserver.jar, I realized the link was outdated, you can download the newest version here. This might also be a modloader installation problem.
By itself it isn't, I have heard that you can do this with a dimension API but I haven't found an up to date version of any. If you want to make your own dimension you would have to look into Forge code
-
View User Profile
-
View Posts
-
Send Message
Curse Premium-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIt's a ModLoader problem with meta-inf file and MCP. Forge on the other hand can decompile but not ModLoader.
If you think Mojang and ModLoader should stop changing there codes and the way MCP is set up, quote this message and say "I"
Maybe you wanna look at the other tutorial and merge the code and clean it up or whatever?
http://www.minecraftforum.net/topic/1524180-152-popgalops-beginner-advanced-modloader-modding-tutorials-taking-requests/
The Throwable Entity section!
Keep the tutorials comin'
You would just find beef in the Item.java and change it, you would have to edit existing class files because it might be buggy to create files that take over
Make sure you place the modloader files in the 1.6.2 version jar instead of making the new 1.6.2ML version