Nerfed jungle spiders a bit
This commit is contained in:
parent
ef0ce99ac2
commit
2c0c1489c7
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@ public class EntityJungleSpider extends EntitySpider
|
||||||
{
|
{
|
||||||
super.func_110147_ax();
|
super.func_110147_ax();
|
||||||
//Max health
|
//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
|
//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
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue