Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.

This commit is contained in:
Nathan Adams
2012-03-22 20:39:39 +00:00
parent 8dc7417a3d
commit 9d09e7d016
94 changed files with 647 additions and 1944 deletions

View File

@@ -16,7 +16,7 @@ public class EntityMagmaCube extends EntitySlime {
return this.world.difficulty > 0 && this.world.containsEntity(this.boundingBox) && this.world.getCubes(this, this.boundingBox).size() == 0 && !this.world.containsLiquid(this.boundingBox);
}
public int S() {
public int T() {
return this.getSize() * 3;
}
@@ -28,7 +28,7 @@ public class EntityMagmaCube extends EntitySlime {
return "flame";
}
protected EntitySlime D() {
protected EntitySlime C() {
return new EntityMagmaCube(this.world);
}
@@ -67,7 +67,7 @@ public class EntityMagmaCube extends EntitySlime {
this.a *= 0.9F;
}
protected void ab() {
protected void ac() {
this.motY = (double) (0.42F + (float) this.getSize() * 0.1F);
this.ce = true;
}
@@ -90,11 +90,11 @@ public class EntityMagmaCube extends EntitySlime {
return "mob.slime";
}
protected String J() {
protected String I() {
return this.getSize() > 1 ? "mob.magmacube.big" : "mob.magmacube.small";
}
public boolean aU() {
public boolean aV() {
return false;
}