Hello, I did an search but I couldn't find the solution to this.
What's the best way to get your mob to spawn in multiple biomes? Everything I try just crash.
EntityRegistry.addSpawn(EntityLivingDarkness.class, 6, 1, 5, EnumCreatureType.monster, BiomeGenBase.forest);
BiomeGenBase.getBiomeGenArray() returns ids but that doesn't seem to work correctly either (for loop).
I would just like my mob to spawn in all biomes, will I have to go through them one by one?