Ravens Spawning In Misty World Dimension
dalekfan opened this issue ยท 2 comments
@Override
public boolean getCanSpawnHere() {
if(this.dimension == DimensionType.OVERWORLD.getId())
return super.getCanSpawnHere();
else return false;
}
Hmm, I think I only missed setting up Raven's condition. Most other mobs were already restricted to spawn in the overworld dimension with the code above.