Advertisement
Chefbarbie

Untitled

Sep 1st, 2014
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # biomeids
  5. ####################
  6.  
  7. biomeids {
  8. # World ID for ATG. Don't change this unless you are having problems.
  9. I:ATGWorldID=9
  10.  
  11. # Set to 0 to disable a biome entirely. Do NOT disable biomes on a generated world!
  12. I:BorealForest=150
  13. I:GravelBeach=151
  14. I:Savanna=152
  15. I:Shrubland=153
  16. I:SnowyBeach=154
  17. I:Steppe=155
  18. I:TropicalShrubland=156
  19. I:Tundra=157
  20. I:Volcano=158
  21. I:Woodland=159
  22. }
  23.  
  24.  
  25. ####################
  26. # climate
  27. ####################
  28.  
  29. climate {
  30. # Set to true to make sure 0,0 lies in a temperate zone.
  31. B:ClimateCentre=false
  32.  
  33. # Maximum BASE (before height) temperature for the climate gradient, found at the equator. Default: 0.9.
  34. D:ClimateMaxTemp=0.9
  35.  
  36. # Minimum BASE (before height) temperature for the climate gradient, found at the poles. Default: 0.4.
  37. D:ClimateMinTemp=0.4
  38.  
  39. # Distance in blocks from pole to pole. Temperature gradient repeats beyond this. Default: 10000.
  40. I:ClimatePeriod=10000
  41.  
  42. # Climate type - 0: Looping. 1: Cold-hot-cold, cold continues to north and south. 2: Cold-hot, cold continues north, hot continues south.
  43. I:ClimateType=0
  44.  
  45. # Use alternating bands of hot and cold to simulate the poles and equator. Overrides generator settings for temperature.
  46. B:UseClimate=false
  47. }
  48.  
  49.  
  50. ####################
  51. # features
  52. ####################
  53.  
  54. features {
  55. # Generates boulders and rocks to add interest. A major feature of volcanoes.
  56. B:Boulders=true
  57.  
  58. # Adds coal, iron, gold and emeralds to mountain peaks. Disable if you want to use a different mod to manage ore generation.
  59. B:HighAltitudeOres=true
  60.  
  61. # Generate flowing rivers which follow the terrain. Can sometimes be messy.
  62. B:Rivers=true
  63.  
  64. # Set to false to replace the magma in volcanoes with cobble. Does not disable the volcano biome.
  65. B:VolcanoMagmaShafts=true
  66. }
  67.  
  68.  
  69. ####################
  70. # generator
  71. ####################
  72.  
  73. generator {
  74. # Scale value for biome sub-blobs. Controls the size of biomes *within* biome groups, NOT the biome groups themselves. This has essentially no effect without additional biome mods, but with them it controls the area of terrain that might be one type of forest instead of another type, within a forested zone. Adding one doubles the biome size, subtracting 1 halves it. Minimum: 1, Default: 4.
  75. I:BiomeBlobScale=4
  76.  
  77. # Multiplier for height generation. The base height generated is multiplied by this - lower means lower peaks and smoother slopes, higher means more tall mountains, and more chance of volcanoes. 0.0 = all bedrock. Best used to counter negative offsets. Default: 1.0.
  78. D:HeightMultiplier=2.0
  79.  
  80. # Scale modifier for the terrain height noise field. Controls the x/z scale of the terrain. Increase to spread out the land, meaning smoother slopes with no net height change, reduce to make things steeper. Default: 1.0.
  81. D:HeightNoiseScale=1.5
  82.  
  83. # Flat modifier to height generation, added to the height of the world, in blocks. 1.0 = 255 blocks. Try values like +/-0.03. Default: 0.0.
  84. D:HeightOffset=0.0
  85.  
  86. # Multiplier for moisture generation. Increase for more variation in the moisture of biomes, reduce to make them more even. 0.0 = all dry. Default: 1.0.
  87. D:MoistureMultiplier=1.0
  88.  
  89. # Scale modifier for the moisture noise field. Like the temerature scale, but for the moisture map. Reducing this makes moisture patches smaller. Default: 1.0.
  90. D:MoistureNoiseScale=1.0
  91.  
  92. # Flat modifier to moisture, added to global noisture. Positive means wetter, negetive means dryer. 1.0 = jungle/swamp. Try values like +/-0.1. Default: 0.0.
  93. D:MoistureOffset=0.0
  94.  
  95. # Sea level, in blocks. Default: 63 (same as vanilla)
  96. I:SeaLevel=63
  97.  
  98. # Multiplier for temperature generation. Increase this for more drastic temperature differences, reduce to make the world temperature more even. 0.0 = all ice. Not valid for climate mode. Default: 1.0.
  99. D:TemperatureMultiplier=1.0
  100.  
  101. # Scale modifier for the temperature noise field. Increasing this makes the temperature gradient bigger, meaning you have to travel further to see a change in temperature. Default: 1.0.
  102. D:TemperatureNoiseScale=1.0
  103.  
  104. # Flat modifier to temperature, added to the global temperature map. Positive is hotter, negetive is colder. 1.0 = desert. Try values like +/-0.1. Not valid for climate mode. Default: 0.0.
  105. D:TemperatureOffset=0.0
  106. }
  107.  
  108.  
  109. ####################
  110. # imagemap
  111. ####################
  112.  
  113. imagemap {
  114. # Height multiplier for the processed image map. Default: 1.0.
  115. D:HeightMultiplier=1.0
  116.  
  117. # Height offset for the processed image map. Ranges 0-1. Default: 0.0.
  118. D:HeightOffset=0.0
  119.  
  120. # Number of blocks to fade from the edge of the image to normal generation. Ignored if looping is enabled. Default: 160.
  121. I:MapEdgeFade=160
  122.  
  123. # Name of a png file in the maps config subfolder. Red, green and blue channels represent height, temperature and moisture maps respectively.
  124. S:MapFile=
  125.  
  126. # Set to true to have the image map repeat instead of fading back to normal terrain.
  127. B:MapLooping=false
  128.  
  129. # Number of blocks represented by each pixel of the map image.
  130. D:MapScale=32.0
  131.  
  132. # Moisture multiplier for the processed image map. Default: 1.0.
  133. D:MoistureMultiplier=1.0
  134.  
  135. # Moisture offset for the processed image map. Ranges 0-1. Default: 0.0.
  136. D:MoistureOffset=0.0
  137.  
  138. # Temperature multiplier for the processed image map. Default: 1.0.
  139. D:TemperatureMultiplier=1.0
  140.  
  141. # Temperature offset for the processed image map. Ranges 0-1. Default: 0.0.
  142. D:TemperatureOffset=0.0
  143.  
  144. # EXPERIMENTAL AND INCOMPLETE - USE AT YOUR OWN RISK! Use a source image to generate a map. Other settings will take effect outside unless looping is enabled.
  145. B:UseImageMap=false
  146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement