Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
2,006
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. [
  2. {
  3. "dimension": 84,
  4. "mobs": [
  5. {
  6. "mob": "minecraft:ghast",
  7. "weight": 8,
  8. "groupcountmin": 1,
  9. "groupcountmax": 2
  10. },
  11. {
  12. "mob": "thermalfoundation:blizz",
  13. "weight": 8,
  14. "groupcountmin": 1,
  15. "groupcountmax": 2
  16. }
  17.  
  18. ]
  19. },
  20. {
  21. "dimension": 1,
  22. "mobs": [
  23. {
  24. "mob": "thermalfoundation:basalz",
  25. "weight": 8,
  26. "groupcountmin": 1,
  27. "groupcountmax": 2
  28. },
  29. {
  30. "mob": "thermalfoundation:blitz",
  31. "weight": 8,
  32. "groupcountmin": 1,
  33. "groupcountmax": 2
  34. }
  35. ]
  36. },
  37.  
  38. {
  39. "dimension": 32,
  40. "block": "minecraft:mycelium",
  41. "mobs": [
  42. {
  43. "mob": "minecraft:cow",
  44. "weight": 5,
  45. "groupcountmin": 1,
  46. "groupcountmax": 2
  47. }, {
  48. "mob": "minecraft:sheep",
  49. "weight": 5,
  50. "groupcountmin": 1,
  51. "groupcountmax": 2
  52. }, {
  53. "mob": "minecraft:pig",
  54. "weight": 5,
  55. "groupcountmin": 1,
  56. "groupcountmax": 2
  57. }, {
  58. "mob": "minecraft:chicken",
  59. "weight": 5,
  60. "groupcountmin": 1,
  61. "groupcountmax": 2
  62. }
  63. ]
  64. }
  65.  
  66. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement