Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
3,990
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. {
  2. "name" : "demo:spawners",
  3. "spawners" : [
  4. {
  5. "type" : "ZOMBIE",
  6. "potentials" : [
  7. {"name" : "minecraft:zombie", "equip" : true},
  8. {"name" : "minecraft:zombie_villager", "equip" : true}
  9. ],
  10. "level" : [1, 2, 3, 4]
  11. },
  12. {
  13. "type" : "SKELETON",
  14. "potentials" : [
  15. {"name" : "minecraft:skeleton", "equip" : true}
  16. ],
  17. "level" : [1, 2, 3, 4]
  18. },
  19. {
  20. "type" : "ZOMBIE",
  21. "potentials" : [
  22. {"name" : "grimoireofgaia:flesh_lich"}
  23. ],
  24. "level" : [4]
  25. },
  26. {
  27. "type" : "SPIDER",
  28. "potentials" : [
  29. {"name" : "minecraft:spider"}
  30. ],
  31. "level" : [0, 1, 2]
  32. },
  33. {
  34. "type" : "SKELETON",
  35. "potentials" : [
  36. {"name" : "minecraft:wither_skeleton"}
  37. ],
  38. "level" : [3, 4]
  39. },
  40. {
  41. "type" : "SKELETON",
  42. "potentials" : [
  43. {"name" : "grimoireofgaia:bone_knight"}
  44. ],
  45. "level" : [2, 3, 4]
  46. }
  47. ]
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement