@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/EntityFox.java
|
||||
+++ b/net/minecraft/server/EntityFox.java
|
||||
@@ -264,8 +264,8 @@
|
||||
--- a/net/minecraft/world/entity/animal/EntityFox.java
|
||||
+++ b/net/minecraft/world/entity/animal/EntityFox.java
|
||||
@@ -334,8 +334,8 @@
|
||||
private List<UUID> fa() {
|
||||
List<UUID> list = Lists.newArrayList();
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
return list;
|
||||
}
|
||||
|
||||
@@ -401,7 +401,8 @@
|
||||
@@ -471,7 +471,8 @@
|
||||
protected void b(EntityItem entityitem) {
|
||||
ItemStack itemstack = entityitem.getItemStack();
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
int i = itemstack.getCount();
|
||||
|
||||
if (i > 1) {
|
||||
@@ -923,6 +924,11 @@
|
||||
@@ -993,6 +994,11 @@
|
||||
int i = (Integer) iblockdata.get(BlockSweetBerryBush.a);
|
||||
|
||||
iblockdata.set(BlockSweetBerryBush.a, 1);
|
||||
@@ -33,7 +33,7 @@
|
||||
int j = 1 + EntityFox.this.world.random.nextInt(2) + (i == 3 ? 1 : 0);
|
||||
ItemStack itemstack = EntityFox.this.getEquipment(EnumItemSlot.MAINHAND);
|
||||
|
||||
@@ -962,7 +968,7 @@
|
||||
@@ -1032,7 +1038,7 @@
|
||||
private int f;
|
||||
|
||||
public r() {
|
||||
@@ -42,7 +42,7 @@
|
||||
this.a(EnumSet.of(PathfinderGoal.Type.MOVE, PathfinderGoal.Type.LOOK));
|
||||
}
|
||||
|
||||
@@ -1014,7 +1020,7 @@
|
||||
@@ -1084,7 +1090,7 @@
|
||||
private int c;
|
||||
|
||||
public t() {
|
||||
@@ -51,7 +51,7 @@
|
||||
this.c = EntityFox.this.random.nextInt(140);
|
||||
this.a(EnumSet.of(PathfinderGoal.Type.MOVE, PathfinderGoal.Type.LOOK, PathfinderGoal.Type.JUMP));
|
||||
}
|
||||
@@ -1125,7 +1131,7 @@
|
||||
@@ -1195,7 +1201,7 @@
|
||||
private EntityLiving k;
|
||||
private int l;
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
super(EntityFox.this, oclass, 10, flag, flag1, predicate);
|
||||
}
|
||||
|
||||
@@ -1205,6 +1211,14 @@
|
||||
@@ -1275,6 +1281,14 @@
|
||||
if (entityplayer1 != null && entityplayer != entityplayer1) {
|
||||
entityfox.b(entityplayer1.getUniqueID());
|
||||
}
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
if (entityplayer2 != null) {
|
||||
entityplayer2.a(StatisticList.ANIMALS_BRED);
|
||||
@@ -1217,10 +1231,14 @@
|
||||
@@ -1287,10 +1301,14 @@
|
||||
this.partner.resetLove();
|
||||
entityfox.setAgeRaw(-24000);
|
||||
entityfox.setPositionRotation(this.animal.locX(), this.animal.locY(), this.animal.locZ(), 0.0F, 0.0F);
|
||||
|
||||
Reference in New Issue
Block a user