Update for 1.6.5

This commit is contained in:
Erik Broes
2011-05-28 22:50:08 +02:00
committed by EvilSeph
parent 9ec5d8b5df
commit 6dbd710bbf
41 changed files with 747 additions and 669 deletions

View File

@@ -80,11 +80,11 @@ public class EntityEgg extends Entity {
this.h = 0;
}
public void p_() {
this.bn = this.locX;
this.bo = this.locY;
this.bp = this.locZ;
super.p_();
public void o_() {
this.bo = this.locX;
this.bp = this.locY;
this.bq = this.locZ;
super.o_();
if (this.a > 0) {
--this.a;
}
@@ -129,7 +129,7 @@ public class EntityEgg extends Entity {
for (int j = 0; j < list.size(); ++j) {
Entity entity1 = (Entity) list.get(j);
if (entity1.o_() && (entity1 != this.thrower || this.i >= 5)) {
if (entity1.n_() && (entity1 != this.thrower || this.i >= 5)) {
float f = 0.3F;
AxisAlignedBB axisalignedbb = entity1.boundingBox.b((double) f, (double) f, (double) f);
MovingObjectPosition movingobjectposition1 = axisalignedbb.a(vec3d, vec3d1);
@@ -301,7 +301,7 @@ public class EntityEgg extends Entity {
float f2 = 0.99F;
float f3 = 0.03F;
if (this.aa()) {
if (this.ac()) {
for (int i1 = 0; i1 < 4; ++i1) {
float f4 = 0.25F;