Guest User

Untitled

a guest
May 18th, 2024
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. NightSkeletonsRandom:
  2. Action: ADD
  3. Type: NightSkeleton
  4. Chance: 0.007
  5. Level: 0
  6. Priority: 1
  7. Worlds: world
  8. Conditions:
  9. - mobsInRadius{types=NightSkeleton;amount=<5;radius=50} true
  10. - notinregion{r=spawn,tutorial} true
  11. - night true
  12. - outside true
  13. CazadorRandom:
  14. Action: ADD
  15. Type: CazadorNocturno
  16. Chance: 0.001
  17. Level: 0
  18. Priority: 1
  19. Worlds: world
  20. Conditions:
  21. - mobsInRadius{types=CazadorNocturno;amount=<5;radius=50} true
  22. - notinregion{r=spawn,tutorial} true
  23. - night true
  24. - outside true
  25. NightSpiderRandom:
  26. Action: ADD
  27. Type: NightSpider
  28. Chance: 0.004
  29. Level: 0
  30. Priority: 1
  31. Worlds: world
  32. Conditions:
  33. - mobsInRadius{types=NightSpider;amount=<5;radius=50} true
  34. - notinregion{r=spawn,tutorial} true
  35. - night true
  36. - outside true
  37. DestelloNocheRandom:
  38. Action: ADD
  39. Type: DestelloNoche
  40. Chance: 0.0007
  41. Level: 0
  42. Priority: 1
  43. Worlds: world
  44. Conditions:
  45. - mobsInRadius{types=DestelloNoche;amount=<5;radius=70} true
  46. - notinregion{r=spawn,tutorial} true
  47. - night true
  48. - outside true
  49. PigRandom:
  50. Action: ADD
  51. Type: Cerdo
  52. Chance: 0.003
  53. Level: 0
  54. Priority: 1
  55. Worlds: world
  56. Conditions:
  57. - mobsInRadius{types=Cerdo;amount=<5;radius=50} true
  58. - notinregion{r=spawn,tutorial} true
  59. - onblock{m=SHORT_GRASS,GRASS_BLOCK,DIRT,DIRT_PATH} true
  60. - outside true
  61. CowRandom:
  62. Action: ADD
  63. Type: Vaca
  64. Chance: 0.001
  65. Level: 0
  66. Priority: 1
  67. Worlds: world
  68. Conditions:
  69. - mobsInRadius{types=Vaca;amount=<5;radius=50} true
  70. - notinregion{r=spawn,tutorial} true
  71. - onblock{m=SHORT_GRASS,GRASS_BLOCK,DIRT,DIRT_PATH} true
  72. - outside true
  73. ChickenRandom:
  74. Action: ADD
  75. Type: Pollo
  76. Chance: 0.002
  77. Level: 0
  78. Priority: 1
  79. Worlds: world
  80. Conditions:
  81. - mobsInRadius{types=Pollo;amount=<5;radius=50} true
  82. - notinregion{r=spawn,tutorial} true
  83. - onblock{m=SHORT_GRASS,GRASS_BLOCK,DIRT,DIRT_PATH} true
  84. - outside true
Advertisement
Add Comment
Please, Sign In to add comment