mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 20:53:54 -07:00
Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user