Advertisement
Argon_MC

[Snapshot14w07x]/give Spawner

Feb 14th, 2014
755
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. /give @p minecraft:mob_spawner 1 0 {BlockEntityTag:{EntityId:Zombie,SpawnData:{IsBaby:1,Riding:{id:Zombie}},SpawnPotentials:[{Type:Zombie,Weight:1,Properties:{IsBaby:1,Riding:{id:Zombie}}},{Type:PigZombie,Weight:1,Properties:{IsBaby:1,Riding:{id:PigZombie}}}],SpawnCount:2,SpawnRange:3,RequiredPlayerRange:64,Delay:10,MinSpawnDelay:10,MaxSpawnDelay:100,MaxNearbyEntities:4}}
  2.  
  3. /give @p minecraft:mob_spawner 1 0 {
  4. BlockEntityTag:{
  5. EntityId:Zombie,
  6. SpawnData:{
  7. IsBaby:1,
  8. Riding:{
  9. id:Zombie
  10. }
  11. },
  12. SpawnPotentials:[
  13. {
  14. Type:Zombie,
  15. Weight:1,
  16. Properties:{
  17. IsBaby:1,
  18. Riding:{
  19. id:Zombie
  20. }
  21. }
  22. },
  23. {
  24. Type:PigZombie,
  25. Weight:1,
  26. Properties:{
  27. IsBaby:1,
  28. Riding:{
  29. id:PigZombie
  30. }
  31. }
  32. }
  33. ],
  34. SpawnCount:2,
  35. SpawnRange:3,
  36. RequiredPlayerRange:64,
  37. Delay:10,
  38. MinSpawnDelay:10,
  39. MaxSpawnDelay:100,
  40. MaxNearbyEntities:4
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement