Updated to use mc-dev rename revision 1

This commit is contained in:
Nathan Adams
2011-11-29 23:17:43 +00:00
parent 8665161eaa
commit 8fbe78a2c3
117 changed files with 907 additions and 1161 deletions

View File

@@ -48,7 +48,7 @@ public class EntityBoat extends Entity {
super(world);
this.bc = true;
this.b(1.5F, 0.6F);
this.height = this.width / 2.0F;
this.height = this.length / 2.0F;
}
protected boolean g_() {
@@ -87,7 +87,7 @@ public class EntityBoat extends Entity {
}
public double q() {
return (double) this.width * 0.0D - 0.30000001192092896D;
return (double) this.length * 0.0D - 0.30000001192092896D;
}
public boolean damageEntity(DamageSource damagesource, int i) {