Guest User

Untitled

a guest
Nov 21st, 2025
773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. #### World Config ####
  2. "WorldConfiguration": {
  3. "landcover": "0.7",
  4. "oceanscale": "3",
  5. "upheavelCommonness": "0",
  6. "geologicActivity": "0.05",
  7. "landformScale": "1.6",
  8. },
  9. "MapSizeY": 320,
  10.  
  11. #### River Config ####
  12. {
  13. "disableFlow": false,
  14. "minForkAngle": 10,
  15. "forkVariation": 35,
  16. "normalAngle": 10,
  17. "valleyStrengthMax": 1.25,
  18. "valleyStrengthMin": 0.6,
  19. "noiseExpansion": 1.5,
  20. "riverPaddingBlocks": 128,
  21. "minSize": 14.0,
  22. "maxSize": 50.0,
  23. "minNodes": 8,
  24. "maxNodes": 20,
  25. "riverGrowth": 5.0,
  26. "downhillError": 1,
  27. "minLength": 150,
  28. "lengthVariation": 500,
  29. "zoneSize": 256,
  30. "zonesInRegion": 128,
  31. "riverSpawnChance": 0.2,
  32. "riverSplitChance": 0.35,
  33. "lakeChance": 0.05,
  34. "segmentsInRiver": 3,
  35. "segmentOffset": 40.0,
  36. "baseDepth": 0.05,
  37. "riverDepth": 0.018,
  38. "heightBoost": 8,
  39. "topFactor": 1.0,
  40. "riverOctaves": 2,
  41. "riverFrequency": 0.0075,
  42. "riverLacunarity": 3.0,
  43. "riverGain": 0.3,
  44. "riverDistortionStrength": 10,
  45. "riverSpeed": 0.5,
  46. "maxValleyWidth": 85.0,
  47. "oceanThreshold": 30.0,
  48. "fixGravityBlocks": true,
  49. "boulders": false,
  50. "gravelBeaches": true,
  51. "RegionSize": 32768,
  52. "ChunksInRegion": 1024,
  53. "ChunksInZone": 8
  54. }
  55.  
  56.  
Advertisement
Add Comment
Please, Sign In to add comment