@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/EntityBee.java
|
||||
+++ b/net/minecraft/server/EntityBee.java
|
||||
@@ -137,7 +137,7 @@
|
||||
--- a/net/minecraft/world/entity/animal/EntityBee.java
|
||||
+++ b/net/minecraft/world/entity/animal/EntityBee.java
|
||||
@@ -211,7 +211,7 @@
|
||||
}
|
||||
|
||||
if (b0 > 0) {
|
||||
@@ -9,7 +9,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -512,11 +512,15 @@
|
||||
@@ -586,11 +586,15 @@
|
||||
} else {
|
||||
Entity entity = damagesource.getEntity();
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -537,7 +541,7 @@
|
||||
@@ -611,7 +615,7 @@
|
||||
class d extends EntityBee.a {
|
||||
|
||||
private d() {
|
||||
@@ -36,7 +36,7 @@
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -597,7 +601,7 @@
|
||||
@@ -671,7 +675,7 @@
|
||||
class g extends EntityBee.a {
|
||||
|
||||
private g() {
|
||||
@@ -45,7 +45,7 @@
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -646,7 +650,7 @@
|
||||
@@ -720,7 +724,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
EntityBee.this.world.triggerEffect(2005, blockposition, 0);
|
||||
EntityBee.this.world.setTypeUpdate(blockposition, (IBlockData) iblockdata.set(blockstateinteger, (Integer) iblockdata.get(blockstateinteger) + 1));
|
||||
EntityBee.this.fi();
|
||||
@@ -661,7 +665,7 @@
|
||||
@@ -735,7 +739,7 @@
|
||||
class i extends EntityBee.a {
|
||||
|
||||
private i() {
|
||||
@@ -63,7 +63,7 @@
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -725,7 +729,7 @@
|
||||
@@ -799,7 +803,7 @@
|
||||
private int h = 0;
|
||||
|
||||
k() {
|
||||
@@ -72,7 +72,7 @@
|
||||
this.a(EnumSet.of(PathfinderGoal.Type.MOVE));
|
||||
}
|
||||
|
||||
@@ -909,7 +913,7 @@
|
||||
@@ -983,7 +987,7 @@
|
||||
private int c;
|
||||
|
||||
f() {
|
||||
@@ -81,7 +81,7 @@
|
||||
this.c = EntityBee.this.world.random.nextInt(10);
|
||||
this.a(EnumSet.of(PathfinderGoal.Type.MOVE));
|
||||
}
|
||||
@@ -967,7 +971,7 @@
|
||||
@@ -1041,7 +1045,7 @@
|
||||
private int f;
|
||||
|
||||
e() {
|
||||
@@ -90,7 +90,7 @@
|
||||
this.c = EntityBee.this.world.random.nextInt(10);
|
||||
this.d = Lists.newArrayList();
|
||||
this.e = null;
|
||||
@@ -1187,7 +1191,7 @@
|
||||
@@ -1261,7 +1265,7 @@
|
||||
@Override
|
||||
protected void a(EntityInsentient entityinsentient, EntityLiving entityliving) {
|
||||
if (entityinsentient instanceof EntityBee && this.e.hasLineOfSight(entityliving)) {
|
||||
|
||||
Reference in New Issue
Block a user