Update for 1.6.5

This commit is contained in:
Erik Broes
2011-05-28 22:50:08 +02:00
committed by EvilSeph
parent 9ec5d8b5df
commit 6dbd710bbf
41 changed files with 747 additions and 669 deletions

View File

@@ -24,14 +24,14 @@ public class EntityMonster extends EntityCreature implements IMonster {
float f = this.c(1.0F);
if (f > 0.5F) {
this.ax += 2;
this.ay += 2;
}
super.u();
}
public void p_() {
super.p_();
public void o_() {
super.o_();
if (!this.world.isStatic && this.world.spawnMonsters == 0) {
this.die();
}