Advertisement
Furious1964

Potentialspawn

May 6th, 2020
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. [
  2. {
  3. "biome": "Hell",
  4. "mobs": [
  5. {
  6. "mob": "minecraft:blaze",
  7. "weight": 1,
  8. "groupcountmin": 1,
  9. "groupcountmax": 2
  10. },
  11. {
  12. "mob": "minecraft:wither_skeleton",
  13. "weight": 1,
  14. "groupcountmin": 1,
  15. "groupcountmax": 2
  16. }
  17. ]
  18. },
  19. {
  20. "mobs": [
  21. {
  22. "mob": "minecraft:bat",
  23. "weight": 2,
  24. "groupcountmin": 1,
  25. "groupcountmax": 1
  26. },
  27. {
  28. "mob": "statues:statue_bat",
  29. "weight": 6,
  30. "groupcountmin": 1,
  31. "groupcountmax": 1
  32. }
  33. ]
  34. }
  35. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement