Fork of Poseidon providing Bukkit #1060 to older Beta versions (b1.0-b1.7.3)
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed lags caused by ghasts in high distances

+1 -3
+1 -3
src/main/java/net/minecraft/server/EntityGhast.java
··· 51 51 this.b = this.locX + (double) ((this.random.nextFloat() * 2.0F - 1.0F) * 16.0F); 52 52 this.c = this.locY + (double) ((this.random.nextFloat() * 2.0F - 1.0F) * 16.0F); 53 53 this.d = this.locZ + (double) ((this.random.nextFloat() * 2.0F - 1.0F) * 16.0F); 54 - } 55 - 56 - if (this.a-- <= 0) { 54 + } else if (this.a-- <= 0) { 57 55 this.a += this.random.nextInt(5) + 2; 58 56 if (this.a(this.b, this.c, this.d, d3)) { 59 57 this.motX += d0 / d3 * 0.1D;