Skip to content

Commit 0a9ba65

Browse files
committed
Oops I was testing fox AI
1 parent ced59ad commit 0a9ba65

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

merged.patch

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3962,19 +3962,7 @@
39623962
public EntityArrow(World var1, EntityLiving var2) {
39633963
super(var1);
39643964
this.shootingEntity = var2;
3965-
@@ -144,6 +151,11 @@
3966-
this.worldObj.playSoundAtEntity(this, "random.drr", 1.0F, 1.2F / (this.rand.nextFloat() * 0.2F + 0.9F));
3967-
this.inData = true;
3968-
this.arrowShake = 7;
3969-
+
3970-
+
3971-
+ EntityChicken chicken = new EntityChicken(this.worldObj);
3972-
+ chicken.setPosition(this.posX, this.posY, this.posZ);
3973-
+ this.worldObj.spawnEntityInWorld(chicken);
3974-
}
3975-
}
3976-
3977-
@@ -207,15 +219,25 @@
3965+
@@ -207,15 +214,25 @@
39783966
}
39793967

39803968
public void onCollideWithPlayer(EntityPlayer var1) {

0 commit comments

Comments
 (0)