Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. spawner {
  2. # The number of ambients the spawner can potentially spawn around a player.
  3. spawn-limit-ambient=15
  4. # The number of animals the spawner can potentially spawn around a player.
  5. spawn-limit-animal=1
  6. # The number of aquatics the spawner can potentially spawn around a player.
  7. spawn-limit-aquatic=4
  8. # The number of monsters the spawner can potentially spawn around a player.
  9. spawn-limit-monster=50
  10. # The ambient spawning tick rate. Default: 400
  11. tick-rate-ambient=800
  12. # The animal spawning tick rate. Default: 400
  13. tick-rate-animal=1200
  14. # The aquatic spawning tick rate. Default: 400
  15. tick-rate-aquatic=800
  16. # The monster spawning tick rate. Default: 1
  17. tick-rate-monster=20
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement