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

@@ -29,7 +29,7 @@ public class EntityZombie extends EntityMonster {
this.world.getServer().getPluginManager().callEvent(event);
if (!event.isCancelled()) {
this.j(event.getDuration());
this.setOnFire(event.getDuration());
}
// CraftBukkit end
}
@@ -54,7 +54,7 @@ public class EntityZombie extends EntityMonster {
return Item.ROTTEN_FLESH.id;
}
public EnchantmentDamage t() {
return EnchantmentDamage.b;
public MonsterType getMonsterType() {
return MonsterType.UNDEAD;
}
}