Advertisement
Guest User

Untitled

a guest
Oct 21st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. {
  2. "_comment": "Sizes can be specified as none, very-low, low, normal, high, very-high",
  3.  
  4. "terrain_segmentation": "normal",
  5. "water": "low",
  6. "width": 0,
  7. "height": 0,
  8. "starting_area": "normal",
  9. "peaceful_mode": false,
  10.  
  11. "autoplace_controls":
  12. {
  13. "coal": {"frequency": "normal", "size": "normal", "richness": "high"},
  14. "stone": {"frequency": "normal", "size": "normal", "richness": "high"},
  15. "copper-ore": {"frequency": "normal", "size": "normal","richness": "high"},
  16. "iron-ore": {"frequency": "normal", "size": "normal", "richness": "high"},
  17. "uranium-ore": {"frequency": "normal", "size": "normal", "richness": "high"},
  18. "crude-oil": {"frequency": "normal", "size": "high", "richness": "very-high"},
  19. "trees": {"frequency": "normal", "size": "normal", "richness": "low"},
  20. "enemy-base": {"frequency": "normal", "size": "normal", "richness": "normal"},
  21. "grass": {"frequency": "normal", "size": "normal", "richness": "normal"},
  22. "desert": {"frequency": "normal", "size": "normal", "richness": "normal"},
  23. "dirt": {"frequency": "normal", "size": "very-low", "richness": "normal"},
  24. "sand": {"frequency": "normal", "size": "normal", "richness": "normal"}
  25. },
  26. "cliff_settings":
  27. {
  28. "name": "cliff",
  29. "cliff_elevation_0": 1024,
  30. "cliff_elevation_interval": 10
  31. },
  32.  
  33. "_comment_seed": "Use null for a random seed, number for a specific seed.",
  34. "seed": null
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement