Sentry stone texture changed

This commit is contained in:
Kino 2016-12-24 13:30:17 -05:00
parent d385fefa9a
commit b98a571b00
2 changed files with 2 additions and 0 deletions

View file

@ -330,6 +330,8 @@ public class EntitySlider extends EntityFlying
}
else
{
if (this.getAttackTarget() == null) return;
double a, b, c;
a = Math.abs(this.posX - this.getAttackTarget().posX);
b = Math.abs(this.getEntityBoundingBox().minY - this.getAttackTarget().getEntityBoundingBox().minY);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 662 B