Avicus Archive

My MC Mod! by OriginaI June 13, 2014 at 1:06 AM UTC

So recently I've been wanting to make a mod, I already have all the stuff setup so I just need a idea, I was thinking maybe where you hold a torch in you hand and it gives light without placing, I know there's already one out there though but I don't mind :)  Maybe where you press a certain key and it makes you go faster (I will not make this public then cause people would cheat) anyways please give me some ideas and please none that are hard.

Bye
-Ebirdy9

Aydran June 13, 2014 at 1:06 AM UTC

I am currently working on a mod myself, right now is not nothing more than this block :P, and I will honestly go for a mod that just has a lot of random things, like extra helpful things, can't think of some right now.

OriginaI June 13, 2014 at 2:06 AM UTC

That's really cool Adrian! Do you know how to make a players speed different? BTW I use eclipse.

Aydran June 13, 2014 at 2:06 AM UTC

That's really cool Adrian! Do you know how to make a players speed different? BTW I use eclipse.
I don't know how to make the speed different in general but you can change the speed of a player when holding a certain item if you use this:


public boolean onTickInGame(float f, Minecraft minecraft){
 
if(mc.thePlayer.getItemInUse()==ITEM){
   mc
.thePlayer.speedInAir=0.02f*10;
   mc
.thePlayer.landMovementFactor=0.1+1;
 
}
 
else mc.thePlayer.speedInAir=0.02f;
 
return true;
}

OriginaI June 13, 2014 at 2:06 AM UTC

Thanks a lot!

Awarrior June 13, 2014 at 3:06 AM UTC

hax

OriginaI June 13, 2014 at 12:06 PM UTC

lel venom