Update for 1.5_02.

This commit is contained in:
Erik Broes
2011-04-20 22:47:26 +02:00
committed by EvilSeph
parent 2fd3f8d299
commit a6c8a36dce
57 changed files with 1590 additions and 1310 deletions

View File

@@ -15,31 +15,31 @@ public class EntityCow extends EntityAnimal {
this.b(0.9F, 1.3F);
}
public void a(NBTTagCompound nbttagcompound) {
super.a(nbttagcompound);
}
public void b(NBTTagCompound nbttagcompound) {
super.b(nbttagcompound);
}
protected String e() {
return "mob.cow";
}
protected String f() {
return "mob.cowhurt";
public void a(NBTTagCompound nbttagcompound) {
super.a(nbttagcompound);
}
protected String g() {
return "mob.cow";
}
protected String h() {
return "mob.cowhurt";
}
protected float i() {
protected String i() {
return "mob.cowhurt";
}
protected float k() {
return 0.4F;
}
protected int h() {
protected int j() {
return Item.LEATHER.id;
}