Posted August 16, 201411 yr Here is my code: EntityRegistry.addSpawn(woolenMob.class, 10, 10, 10, EnumCreatureType.creature, BiomeGenBase.forest, BiomeGenBase.desert, BiomeGenBase.plains); Yet the mob doesn't spawn
August 16, 201411 yr that code should work. here is what i do EntityRegistry.addSpawn(Entity_Feral_Zombie.class, 2, 1, 2, EnumCreatureType.monster, new BiomeGenBase[] {BiomeGenBase.swampland, BiomeGenBase.jungle, BiomeGenBase.plains, BiomeGenBase.forest,BiomeGenBase.desert,BiomeGenBase.desertHills,BiomeGenBase.extremeHills,BiomeGenBase.frozenOcean,BiomeGenBase.jungle,BiomeGenBase.mushroomIsland}); Its best to only ask questions when you did most of the work yourself.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.