Advertisement
Guest User

Untitled

a guest
Oct 6th, 2018
2,790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. [
  2. {
  3. "dimension": 0,
  4. "mobs": [
  5. {
  6. "mob": "minecraft:enderman",
  7. "weight": 5,
  8. "groupcountmin": 1,
  9. "groupcountmax": 1,
  10. "mincount": 2,
  11. "maxcount": 4
  12. },
  13. {
  14. "mob": "minecraft:witch",
  15. "weight": 10,
  16. "groupcountmin": 1,
  17. "groupcountmax": 1,
  18. "mincount": 2,
  19. "maxcount": 10
  20. },
  21. {
  22. "mob": "quark:wraith",
  23. "weight": 10,
  24. "groupcountmin": 1,
  25. "groupcountmax": 1,
  26. "mincount": 8,
  27. "maxcount": 10,
  28. "minlight": 0,
  29. "maxlight": 5
  30. },
  31. {
  32. "mob": "thaumcraft:wisp",
  33. "weight": 10,
  34. "groupcountmin": 1,
  35. "groupcountmax": 1,
  36. "mincount": 8,
  37. "maxcount": 10
  38. },
  39. {
  40. "mob": "thaumcraft:brainyzombie",
  41. "weight": 10,
  42. "groupcountmin": 1,
  43. "groupcountmax": 1,
  44. "mincount": 4,
  45. "maxcount": 8
  46. },
  47. {
  48. "mob": "thaumcraft:giantbrainyzombie",
  49. "weight": 2,
  50. "groupcountmin": 1,
  51. "groupcountmax": 1,
  52. "mincount": 1,
  53. "maxcount": 2
  54. },
  55. {
  56. "mob": "thaumcraft:cultistknight",
  57. "weight": 20,
  58. "groupcountmin": 1,
  59. "groupcountmax": 1,
  60. "mincount": 6,
  61. "maxcount": 10,
  62. "minlight": 10,
  63. "maxlight": 15
  64. },
  65. {
  66. "mob": "thaumcraft:cultistcleric",
  67. "weight": 1,
  68. "groupcountmin": 1,
  69. "groupcountmax": 1,
  70. "mincount": 2,
  71. "maxcount": 4,
  72. "minlight": 10,
  73. "maxlight": 15
  74. },
  75. {
  76. "mob": "thaumcraft:inhabitedzombie",
  77. "weight": 20,
  78. "groupcountmin": 1,
  79. "groupcountmax": 1,
  80. "mincount": 6,
  81. "maxcount": 8
  82. },
  83. {
  84. "mob": "thaumcraft:eldritchguardian",
  85. "weight": 1,
  86. "groupcountmin": 1,
  87. "groupcountmax": 1,
  88. "mincount": 1,
  89. "maxcount": 1,
  90. "minlight": 0,
  91. "maxlight": 10
  92. },
  93. {
  94. "mob": "thaumcraft:mindspider",
  95. "weight": 10,
  96. "groupcountmin": 1,
  97. "groupcountmax": 2,
  98. "mincount": 4,
  99. "maxcount": 8
  100. }
  101. ]
  102. }
  103. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement