Update CraftBukkit to Minecraft 1.7.5
This commit is contained in:
@@ -32,13 +32,13 @@ public class EntitySheep extends EntityAnimal {
|
||||
this.bq.resultInventory = new InventoryCraftResult(); // CraftBukkit - add result slot for event
|
||||
}
|
||||
|
||||
protected boolean bk() {
|
||||
protected boolean bj() {
|
||||
return true;
|
||||
}
|
||||
|
||||
protected void bn() {
|
||||
protected void bm() {
|
||||
this.br = this.bs.f();
|
||||
super.bn();
|
||||
super.bm();
|
||||
}
|
||||
|
||||
public void e() {
|
||||
@@ -49,8 +49,8 @@ public class EntitySheep extends EntityAnimal {
|
||||
super.e();
|
||||
}
|
||||
|
||||
protected void aD() {
|
||||
super.aD();
|
||||
protected void aC() {
|
||||
super.aC();
|
||||
this.getAttributeInstance(GenericAttributes.a).setValue(8.0D);
|
||||
this.getAttributeInstance(GenericAttributes.d).setValue(0.23000000417232513D);
|
||||
}
|
||||
@@ -125,11 +125,11 @@ public class EntitySheep extends EntityAnimal {
|
||||
return "mob.sheep.say";
|
||||
}
|
||||
|
||||
protected String aT() {
|
||||
protected String aS() {
|
||||
return "mob.sheep.say";
|
||||
}
|
||||
|
||||
protected String aU() {
|
||||
protected String aT() {
|
||||
return "mob.sheep.say";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user