Advertisement
entrappedmind

Untitled

Feb 28th, 2020
7,789
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. [
  2.  
  3. {
  4. "mob": [
  5. "minecraft:skeleton",
  6. "minecraft:zombie",
  7. "minecraft:creeper",
  8. "minecraft:spider",
  9. "minecraft:enderman",
  10. "minecraft:guardian",
  11. "minecraft:witch",
  12. "minecraft:pillager",
  13. "minecraft:zombie_villager",
  14. "minecraft:husk",
  15. "minecraft:slime",
  16. "minecraft:drowned"
  17. ],
  18. "mincount": {
  19. "amount": 10,
  20. "hostile": true,
  21. "perchunk": true
  22. },
  23. "result": "deny"
  24. },
  25.  
  26. {
  27. "mob": "minecraft:bat",
  28. "mincount": {
  29. "amount": 2,
  30. "hostile": false,
  31. "perchunk": true
  32. },
  33. "result": "deny"
  34. },
  35.  
  36. {
  37. "mod": "aquaculture",
  38. "mincount": {
  39. "amount": 8,
  40. "mod": "aquaculture",
  41. "perchunk": true
  42. },
  43. "result": "deny"
  44. },
  45.  
  46. {
  47. "mod": "minecraft",
  48. "passive": true,
  49. "mincount": {
  50. "amount": 10,
  51. "mod": "minecraft",
  52. "passive": true,
  53. "perplayer": true
  54. },
  55. "result": "deny"
  56. }
  57.  
  58. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement