Advertisement
prathishc

how to summon mobs riding mobs with names

Mar 7th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. /summon Blaze ~ ~ ~ {CustomName:"Fire Cow",ActiveEffects:[{Id:14,Duration:999999,Ambient:1}],Riding:{id:Cow,,ActiveEffects:[{Id:12,Duration:999999,Ambient:25}]}}
  2.  
  3. /summon Creeper ~ ~ ~ {CustomName:Sheep,ActiveEffects:[{Id:14,Duration:999999,Ambient:1}],Riding:{id:Sheep}}
  4.  
  5.  
  6.  
  7. ID -Bat
  8. ID -Blaze
  9. ID-CaveSpider
  10. ID-Chicken
  11. ID-Cow
  12. ID -Creeper
  13. ID-EnderDragon
  14. ID-Enderman
  15. ID-Ghast
  16. ID-Giant
  17. ID-EntityHorse
  18. ID-LavaSlime
  19. ID-MushroomCow
  20. ID-Ozelot
  21. ID-Pig
  22. ID-PigZombie
  23. ID-Sheep
  24. ID-Silverfish
  25. ID-Skeleton
  26. ID-Slime
  27. ID-SnowMan
  28. ID-Spider
  29. ID-Squid
  30. ID-Villager
  31. ID-VillagerGolem
  32. ID-Witch
  33. ID-WitherBoss
  34. Id-Wolf
  35. ID-Zombie
  36.  
  37. CHARGED CREEPER - /summon Creeper x y z {power:1}
  38. ZombieHorse - /summon EntityHorse x y z {Type:3}
  39. SkeletonHorse - /summon Entityhorse x y z {Type:4}
  40. Giant - /summon Giant x y z
  41. EnderDragon - /summon EnderDragon x y z
  42. Wither - /summon WitherBoss x y z
  43. EnderCrystal - /summon EnderCrystal x y z
  44.  
  45. Attributes:[{Name:generic.movementSpeed,Base:0.001}]
  46.  
  47. {Name:generic.attackDamage,Base:4.0,}
  48. {Name:generic.followRange,Base:3.0}
  49. {Name:generic.movementSpeed,Base:0.001}
  50.  
  51.  
  52. summon Witch ~ ~ ~ {CustomName:Elphaba,Attributes:[{Name:generic.movementSpeed,Base:0.001}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement