mirror of
https://github.com/allaryin/FairyFactions.git
synced 2026-09-08 10:25:10 -05:00
After this update, the mod generates safely on a server (closes #7).
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user