Argon_MC

Spawner Randomize [XPOrb2]

Mar 13th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 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:XPOrb,Weight:1,Properties:{Pos:[-644.5,60.1,-370.5],Age:5999}},{Type:XPOrb,Weight:1,Properties:{Pos:[-643.5,60.1,-370.5],Age:5999}},{Type:XPOrb,Weight:1,Properties:{Pos:[-642.5,60.1,-370.5],Age:5999}},{Type:XPOrb,Weight:1,Properties:{Pos:[-644.5,60.1,-369.5],Age:5999}},{Type:XPOrb,Weight:1,Properties:{Pos:[-643.5,60.1,-369.5],Age:5999}},{Type:XPOrb,Weight:1,Properties:{Pos:[-642.5,60.1,-369.5],Age:5999}},{Type:XPOrb,Weight:1,Properties:{Pos:[-644.5,60.1,-368.5],Age:5999}},{Type:XPOrb,Weight:1,Properties:{Pos:[-643.5,60.1,-368.5],Age:5999}},{Type:XPOrb,Weight:1,Properties:{Pos:[-642.5,60.1,-368.5],Age:5999}}]}
  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:XPOrb,
  23. Weight:1,
  24. Properties:{
  25. Pos:[
  26. -644.5,
  27. 60.1,
  28. -370.5
  29. ],
  30. Age:5999
  31. }
  32. },
  33. {
  34. Type:XPOrb,
  35. Weight:1,
  36. Properties:{
  37. Pos:[
  38. -643.5,
  39. 60.1,
  40. -370.5
  41. ],
  42. Age:5999
  43. }
  44. },
  45. {
  46. Type:XPOrb,
  47. Weight:1,
  48. Properties:{
  49. Pos:[
  50. -642.5,
  51. 60.1,
  52. -370.5
  53. ],
  54. Age:5999
  55. }
  56. },
  57. {
  58. Type:XPOrb,
  59. Weight:1,
  60. Properties:{
  61. Pos:[
  62. -644.5,
  63. 60.1,
  64. -369.5
  65. ],
  66. Age:5999
  67. }
  68. },
  69. {
  70. Type:XPOrb,
  71. Weight:1,
  72. Properties:{
  73. Pos:[
  74. -643.5,
  75. 60.1,
  76. -369.5
  77. ],
  78. Age:5999
  79. }
  80. },
  81. {
  82. Type:XPOrb,
  83. Weight:1,
  84. Properties:{
  85. Pos:[
  86. -642.5,
  87. 60.1,
  88. -369.5
  89. ],
  90. Age:5999
  91. }
  92. },
  93. {
  94. Type:XPOrb,
  95. Weight:1,
  96. Properties:{
  97. Pos:[
  98. -644.5,
  99. 60.1,
  100. -368.5
  101. ],
  102. Age:5999
  103. }
  104. },
  105. {
  106. Type:XPOrb,
  107. Weight:1,
  108. Properties:{
  109. Pos:[
  110. -643.5,
  111. 60.1,
  112. -368.5
  113. ],
  114. Age:5999
  115. }
  116. },
  117. {
  118. Type:XPOrb,
  119. Weight:1,
  120. Properties:{
  121. Pos:[
  122. -642.5,
  123. 60.1,
  124. -368.5
  125. ],
  126. Age:5999
  127. }
  128. }
  129. ]
  130. }
Advertisement
Add Comment
Please, Sign In to add comment