Advertisement
Argon_MC

Spawner Randomize [MinecartRideable]

Feb 15th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. /setblock ~ ~1 ~ minecraft:mob_spawner 0 replace {EntityId:XPOrb,SpawnCount:1,SpawnRange:1,Delay:0,MinSpawnDelay:20,MaxSpawnDelay:20,MaxNearbyEntities:32000,RequiredPlayerRange:6,SpawnData:{Pos:[0,-10,0],Age:5999},SpawnPotentials:[{Type:MinecartRideable,Weight:1,Properties:{Pos:[685.5,57.1,516.5]}},{Type:MinecartRideable,Weight:1,Properties:{Pos:[687.5,57.1,516.5]}},{Type:MinecartRideable,Weight:1,Properties:{Pos:[691.5,57.1,516.5]}},{Type:MinecartRideable,Weight:1,Properties:{Pos:[693.5,57.1,516.5]}}]}
  2.  
  3. /setblock ~ ~1 ~ minecraft:mob_spawner 0 replace {
  4. EntityId:XPOrb,
  5. SpawnCount:1,
  6. SpawnRange:1,
  7. Delay:0,
  8. MinSpawnDelay:20,
  9. MaxSpawnDelay:20,
  10. MaxNearbyEntities:32000,
  11. RequiredPlayerRange:6,
  12. SpawnData:{
  13. Pos:[
  14. 0,
  15. -10,
  16. 0
  17. ],
  18. Age:5999
  19. },
  20. SpawnPotentials:[
  21. {
  22. Type:MinecartRideable,
  23. Weight:1,
  24. Properties:{
  25. Pos:[
  26. 685.5,
  27. 57.1,
  28. 516.5
  29. ]
  30. }
  31. },
  32. {
  33. Type:MinecartRideable,
  34. Weight:1,
  35. Properties:{
  36. Pos:[
  37. 687.5,
  38. 57.1,
  39. 516.5
  40. ]
  41. }
  42. },
  43. {
  44. Type:MinecartRideable,
  45. Weight:1,
  46. Properties:{
  47. Pos:[
  48. 691.5,
  49. 57.1,
  50. 516.5
  51. ]
  52. }
  53. },
  54. {
  55. Type:MinecartRideable,
  56. Weight:1,
  57. Properties:{
  58. Pos:[
  59. 693.5,
  60. 57.1,
  61. 516.5
  62. ]
  63. }
  64. }
  65. ]
  66. }
  67.  
  68. /setblock ~ ~2 ~-1 minecraft:air 0 replace
  69. /kill @e[type=MinecartRideable]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement