Posted May 23, 20169 yr how to add entity spawn using EntityRegistry.addSpawn(entityClass, weightedProb, min, max, typeOfCreature, biomes) i need help I've tried a few times and it did not work
May 23, 20169 yr Author how to add entity spawn using EntityRegistry.addSpawn(entityClass, weightedProb, min, max, typeOfCreature, biomes) i need help I've tried a few times and it did not work
May 24, 20169 yr Author its EntityRegistry.addSpawn(EntityPenguin.class, 80, 6, 11, EnumCreatureType.AMBIENT, new BiomeGenBase[] {BiomeGenBase.getBiome(12)}); I was in the biome and it did not spawn not is bug of entity the entity, the entity spawn in egg
May 24, 20169 yr Author its EntityRegistry.addSpawn(EntityPenguin.class, 80, 6, 11, EnumCreatureType.AMBIENT, new BiomeGenBase[] {BiomeGenBase.getBiome(12)}); I was in the biome and it did not spawn not is bug of entity the entity, the entity spawn in egg
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.