Guest User

Untitled

a guest
Jul 16th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. # Enable lots of debugging output in the console (for troubleshooting)
  2. debug: false
  3.  
  4. # Broadcast the location of each horse group spawned (debugging only!)
  5. broadcast-location: true
  6.  
  7. # Worlds that horses should spawn in (one world per line)
  8. horse-worlds:
  9. - dda
  10. - 1_5_2
  11.  
  12. # MINIMUM time before more horses are able to spawn
  13. spawn-delay: 180
  14.  
  15. # Only spawn horses if X surrounding chunks are animal free
  16. chunk-check-radius: 3
  17.  
  18. # % Chance of spawning horse or donkey
  19. spawn-chance: 1
  20.  
  21. # % Chance that it will spawn a donkey instead of a horse
  22. donkey-chance: 10
  23.  
  24. # Min/max number of horses spawned in each group/herd
  25. min-horses: 2
  26. max-horses: 7
Advertisement
Add Comment
Please, Sign In to add comment