Jump to content

0CreeperB0y

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by 0CreeperB0y

  1. You can tell me the ready command?
  2. You can tell me the ready command?
  3. 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
  4. 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
  5. 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
  6. 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
  7. how to add recipe item? and furnace recipe?
  8. Which is the id of the armor slot ?
  9. 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
  10. how to create new armor?
  11. I was using more code not work so I thought that changed and now need to know how to use the code
  12. What's the code ? can speak code please ?
  13. How to use getMaxDamage in minecraft 1.9 changed the code ?
  14. thank you i used the block model as item haha very thank you
  15. please help-me it is so have to stay that way
×
×
  • Create New...

Important Information

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