Update CraftBukkit to Minecraft 1.4.6

This commit is contained in:
feildmaster
2012-12-19 22:03:52 -06:00
parent 9f1bf124ee
commit 23b6764374
115 changed files with 1930 additions and 1426 deletions

View File

@@ -6,7 +6,7 @@ public abstract class EntityMonster extends EntityCreature implements IMonster {
public EntityMonster(World world) {
super(world);
this.bc = 5;
this.bd = 5;
}
public void c() {
@@ -14,7 +14,7 @@ public abstract class EntityMonster extends EntityCreature implements IMonster {
float f = this.c(1.0F);
if (f > 0.5F) {
this.bA += 2;
this.bB += 2;
}
super.c();
@@ -99,6 +99,10 @@ public abstract class EntityMonster extends EntityCreature implements IMonster {
if (k > 0) {
entity.setOnFire(k * 4);
}
if (entity instanceof EntityLiving) {
EnchantmentThorns.a(this, (EntityLiving) entity, this.random);
}
}
return flag;