Guest User

Untitled

a guest
Feb 1st, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "encounters": [
  3. {
  4. "name": "house",
  5. "enabled": true,
  6. "probability": 0.005,
  7. "structure": "house",
  8. "mobs": [
  9. "skeletons",
  10. ],
  11. "validBiomes": null,
  12. "invalidBiomes": [
  13. "HELL",
  14. "OCEAN",
  15. "DEEP_OCEAN",
  16. "SKY",
  17. "DESERT"
  18. ],
  19. "treasures": [
  20. "reg",
  21. ],
  22. "expansions": null
  23. }
  24. ]
  25. }
Advertisement
Add Comment
Please, Sign In to add comment