After this update, the mod generates safely on a server (closes #7).

This commit is contained in:
Ammon Lauritzen
2016-02-22 15:20:40 -06:00
parent 5615db9026
commit d15cc810bc

View File

@@ -427,7 +427,7 @@ public class EntityFairy extends EntityAnimal {
posY + (double) super.getEyeHeight() + (double) f1);
int l = MathHelper.floor_double(posZ + (double) f2);
if (worldObj.getBlock(j, k, l).isBlockNormalCube()) {
if (worldObj.getBlock(j, k, l).isNormalCube()) {
return true;
}
}