Jump to content

BonusPlay3

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by BonusPlay3

  1. I was trying to get effects level, but when i use: if (par3EntityPlayer.isPotionActive(Potion.moveSpeed.id)) { int i = (par3EntityPlayer.getActivePotionEffect(Potion.moveSpeed.id).getAmplifier()); wantedVelocity += (1 + i) * (0.35); } it crashes my game. Eclipse says:'The method getActivePotionEffect(Potion) in the type EntityLivingBase is not applicable for the arguments (int)'. crash-2014-08-13_16.29.54-server.txt crash-2014-08-13_16.29.55-client.txt Thanks for at least looking at my post
  2. I'm trying to get into modding in minecraft. I've set up graddle, but when i run minecraft in eclipse i have an error. The only thing i changed is build.graddle and i've created an empty package. When i run minecraft normally i don't have any problem. Console Log: http://pastebin.com/y09MqbdN Screenshot: https://imagizer.imageshack.us/v2/630x354q90/539/9ivzlE.png
×
×
  • Create New...

Important Information

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