Aechor plants no longer disappear when attacked with a gravitite sword.
This commit is contained in:
parent
c29ef250a6
commit
8396db1ebc
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ public class EntityAechorPlant extends EntityAetherAnimal {
|
|||
}
|
||||
|
||||
if (this.worldObj.getBlock(MathHelper.floor_double(this.posX), MathHelper.floor_double(this.posY) - 1, MathHelper.floor_double(this.posZ)) != BlocksAether.aether_grass) {
|
||||
this.setDead();
|
||||
this.setHealth(0.0F);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue