Advertisement
Guest User

PassivePlainsSpawns.yml

a guest
May 12th, 2024
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. RandomPlainsPassiveSpawn:
  2. MobType: CHICKEN,BULL
  3. Worlds: SoulQuest
  4. Chance: 0.01
  5. UseWorldScaling: false
  6. Action: ADD
  7. Conditions:
  8. - distancefromspawn{d=>250} true
  9. - onblock{m=GRASS_BLOCK} true
  10. - mobsInRadius{types=CHICKEN,BULL;amount=0to25;radius=150} true
  11. - (region{r=arkstead_forest_1} || region{r=arkstead_forest_2} || region{r=ruins_island}) false
  12.  
  13. RandomForestPassiveSpawn:
  14. MobType: FOX
  15. Worlds: SoulQuest
  16. Chance: 0.01
  17. UseWorldScaling: false
  18. Action: ADD
  19. Conditions:
  20. - onblock{m=GRASS_BLOCK} true
  21. - mobsInRadius{types=FOX;amount=0to5;radius=100} true
  22. - (region{r=arkstead_forest_1} || region{r=arkstead_forest_2}) true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement