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
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
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
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
if (stack.getItemDamage() >= stack.getMaxDamage()) {player.setCurrentItemOrArmor(4, null);
good when using player.setCurrentItemOrArmor code of an error telling me to put cast to player
example
if (stack.getItemDamage() >= stack.getMaxDamage()) {((Object) player).setCurrentItemOrArmor(4, null);
I do not know what it Place on object