@@ -16,17 +16,6 @@
|
||||
public abstract class EntityInsentient extends EntityLiving {
|
||||
|
||||
public int a_;
|
||||
@@ -13,8 +22,8 @@
|
||||
protected ControllerJump g;
|
||||
private EntityAIBodyControl b;
|
||||
protected NavigationAbstract navigation;
|
||||
- public final PathfinderGoalSelector goalSelector;
|
||||
- public final PathfinderGoalSelector targetSelector;
|
||||
+ public PathfinderGoalSelector goalSelector; // PAIL: -final
|
||||
+ public PathfinderGoalSelector targetSelector; // PAIL: -final
|
||||
private EntityLiving goalTarget;
|
||||
private EntitySenses bk;
|
||||
private ItemStack[] equipment = new ItemStack[5];
|
||||
@@ -40,6 +49,9 @@
|
||||
this.dropChances[i] = 0.085F;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user