Update CraftBukkit to Minecraft 1.7.5

This commit is contained in:
Nate Mortensen
2014-03-20 22:26:30 -06:00
committed by EvilSeph
parent afb3511a4a
commit 385ace970e
206 changed files with 2670 additions and 2679 deletions

View File

@@ -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";
}