Advertisement
Argon_MC

[1.7.4]/setblock Spawner

Jan 27th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. /setblock ~ ~ ~ minecraft:mob_spawner 0 replace {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. /setblock ~ ~ ~ minecraft:mob_spawner 0 replace {
  4. EntityId:Zombie,
  5. SpawnData:{
  6. IsBaby:1,
  7. Riding:{
  8. id:Zombie
  9. }
  10. },
  11. SpawnPotentials:[
  12. {
  13. Type:Zombie,
  14. Weight:1,
  15. Properties:{
  16. IsBaby:1,
  17. Riding:{
  18. id:Zombie
  19. }
  20. }
  21. },
  22. {
  23. Type:PigZombie,
  24. Weight:1,
  25. Properties:{
  26. IsBaby:1,
  27. Riding:{
  28. id:PigZombie
  29. }
  30. }
  31. }
  32. ],
  33. SpawnCount:2,
  34. SpawnRange:3,
  35. RequiredPlayerRange:64,
  36. Delay:10,
  37. MinSpawnDelay:10,
  38. MaxSpawnDelay:100,
  39. MaxNearbyEntities:4
  40. }
  41.  
  42.  
  43.  
  44. /setblock ~ ~ ~ minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:264,Count:1,Damage:0}},SpawnCount:1,SpawnRange:3,RequiredPlayerRange:64,Delay:10,MinSpawnDelay:10,MaxSpawnDelay:100,MaxNearbyEntities:2}
  45.  
  46. /setblock ~ ~ ~ minecraft:mob_spawner 0 replace {
  47. EntityId:Item,
  48. SpawnData:{
  49. Item:{
  50. id:264,
  51. Count:1,
  52. Damage:0
  53. }
  54. },
  55. SpawnCount:1,
  56. SpawnRange:3,
  57. RequiredPlayerRange:64,
  58. Delay:10,
  59. MinSpawnDelay:10,
  60. MaxSpawnDelay:100,
  61. MaxNearbyEntities:2
  62. }
  63.  
  64.  
  65.  
  66. /setblock ~ ~ ~ minecraft:mob_spawner 0 replace {EntityId:Zombie,SpawnData:{Equipment:[{id:276,Count:1,Damage:0,tag:{display:{Name:"エクスカリバー",Lore:["遥か昔、英雄が使っていたとされる聖剣。"]},ench:[{id:16,lvl:5},{id:17,lvl:3},{id:18,lvl:3}]}},{},{},{},{}],DropChances:[1f,0f,0f,0f,0f]},SpawnCount:2,SpawnRange:3,RequiredPlayerRange:64,Delay:10,MinSpawnDelay:10,MaxSpawnDelay:100,MaxNearbyEntities:2}
  67.  
  68. /setblock ~ ~ ~ minecraft:mob_spawner 0 replace {
  69. EntityId:Zombie,
  70. SpawnData:{
  71. Equipment:[
  72. {
  73. id:276,
  74. Count:1,
  75. Damage:0,
  76. tag:{
  77. display:{
  78. Name:"エクスカリバー",
  79. Lore:[
  80. "遥か昔、英雄が使っていたとされる聖剣。 "
  81. ]
  82. },
  83. ench:[
  84. {
  85. id:16,
  86. lvl:5
  87. },
  88. {
  89. id:17,
  90. lvl:3
  91. },
  92. {
  93. id:18,
  94. lvl:3
  95. }
  96. ]
  97. }
  98. },
  99. {},
  100. {},
  101. {},
  102. {}
  103. ],
  104. DropChances:[
  105. 1f,
  106. 0f,
  107. 0f,
  108. 0f,
  109. 0f
  110. ]
  111. },
  112. SpawnCount:2,
  113. SpawnRange:3,
  114. RequiredPlayerRange:64,
  115. Delay:10,
  116. MinSpawnDelay:10,
  117. MaxSpawnDelay:100,
  118. MaxNearbyEntities:2
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement