Nerfed jungle spiders a bit

This commit is contained in:
Matt Caughey 2013-09-08 10:51:51 -04:00
parent ef0ce99ac2
commit 2c0c1489c7
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ public class EntityJungleSpider extends EntitySpider
{
super.func_110147_ax();
//Max health
this.func_110148_a(SharedMonsterAttributes.field_111267_a).func_111128_a(8.0D);
this.func_110148_a(SharedMonsterAttributes.field_111267_a).func_111128_a(6.0D);
//Movement speed
this.func_110148_a(SharedMonsterAttributes.field_111263_d).func_111128_a(1.1D);
this.func_110148_a(SharedMonsterAttributes.field_111263_d).func_111128_a(0.95D);
}
@Override