Jump to content

0CreeperB0y

Members
  • Posts

    20
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Personal Text
    I am one Creeper

0CreeperB0y's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. 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
  2. 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
  3. 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
  4. 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
  5. how to add recipe item? and furnace recipe?
  6. 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
  7. I was using more code not work so I thought that changed and now need to know how to use the code
  8. What's the code ? can speak code please ?
  9. How to use getMaxDamage in minecraft 1.9 changed the code ?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.