Advertisement
Guest User

Untitled

a guest
Mar 5th, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.37 KB | None | 0 0
  1.  
  2. #######################################################################
  3. # +-----------------------------------------------------------------+ #
  4. # | WorldConfig | #
  5. # +-----------------------------------------------------------------+ #
  6. #######################################################################
  7.  
  8. # The author of this world
  9. Author: Unknown
  10.  
  11. # A short description of this world
  12. Description: No description given
  13.  
  14. # What TerrainControl does with the config files.
  15. # Possible modes:
  16. # WriteAll - default
  17. # WriteWithoutComments - write config files without help comments
  18. # WriteDisable - doesn't write to the config files, it only reads. Doesn't auto-update the configs. Use with care!
  19. SettingsMode: WriteAll
  20.  
  21.  
  22. #######################################################################
  23. # +-----------------------------------------------------------------+ #
  24. # | The modes | #
  25. # +-----------------------------------------------------------------+ #
  26. #######################################################################
  27.  
  28. # Possible terrain modes:
  29. # Normal - use all features
  30. # TerrainTest - generate only terrain without any resources
  31. # NotGenerate - generate empty chunks
  32. # Default - use default terrain generator
  33. # OldGenerator - Minecraft Beta 1.7.3-like land generator
  34. TerrainMode: Normal
  35.  
  36. # Possible biome modes:
  37. # Normal - use all features
  38. # FromImage - get biomes from image file
  39. # Default - use default Notch biome generator
  40. # For old maps two more modes are available:
  41. # BeforeGroups - Minecraft 1.0 - 1.6.4 biome generator, only supports the biome groups NormalBiomes and IceBiomes
  42. # OldGenerator - Minecraft Beta 1.7.3 biome generator
  43. BiomeMode: Normal
  44.  
  45.  
  46. #######################################################################
  47. # +-----------------------------------------------------------------+ #
  48. # | Custom biomes | #
  49. # +-----------------------------------------------------------------+ #
  50. #######################################################################
  51.  
  52. # You need to register your custom biomes here. This setting will make Terrain Control
  53. # generate setting files for them. However, it won't place them in the world automatically.
  54. # See the settings for your BiomeMode below on how to add them to the world.
  55.  
  56. # Syntax: CustomBiomes:BiomeName:id[,AnotherBiomeName:id[,...]]
  57. # Example: CustomBiomes:TestBiome1:30,BiomeTest2:31
  58. # This will add two biomes and generate the BiomeConfigs for them.
  59. # All changes here need a server restart.
  60.  
  61. # Due to the way Mojang's loading code works, all biome ids need to be unique
  62. # on the server. If you don't do this, the client will display the biomes just fine,
  63. # but the server can think it is another biome with the same id. This will cause saplings,
  64. # snowfall and mobs to work as in the other biome.
  65.  
  66. # The available ids range from 0 to 1023 and the ids 0-39 and 129-167 are taken by vanilla.
  67. # The ids 256-1023 cannot be saved to the map files, so use ReplaceToBiomeName in that biome.
  68. CustomBiomes:
  69.  
  70.  
  71. #######################################################################
  72. # +-----------------------------------------------------------------+ #
  73. # | Settings for BiomeMode: Normal | #
  74. # +-----------------------------------------------------------------+ #
  75. #######################################################################
  76.  
  77. # Also used in BiomeMode:FromImage when ImageMode is set to ContinueNormal
  78. # Important value for generation. Bigger values appear to zoom out. All 'Sizes' must be smaller than this.
  79. # Large %/total area biomes (Continents) must be set small, (limit=0)
  80. # Small %/total area biomes (Oasis,Mountain Peaks) must be larger (limit=GenerationDepth)
  81. # This could also represent "Total number of biome sizes"
  82. # Small values (about 1-2) and Large values (about 20) may affect generator performance.
  83. GenerationDepth: 10
  84.  
  85. # Max biome rarity from 1 to infinity. By default this is 100, but you can raise it for
  86. # fine-grained control, or to create biomes with a chance of occurring smaller than 1/100.
  87. BiomeRarityScale: 100
  88.  
  89. ################
  90. # Biome Groups #
  91. ################
  92.  
  93. # Minecraft groups similar biomes together, so that they spawn next to each other.
  94.  
  95. # Syntax: BiomeGroup(Name, Size, Rarity, BiomeName[, AnotherName[, ...]])
  96. # Name - just for clarity, choose something descriptive
  97. # Size - layer to generate on, from 0 to GenerationDepth. All biomes in the group must have a BiomeSize
  98. # larger than or equal to this value.
  99. # Rarity - relative spawn chances.
  100. # BiomeName... - names of the biome that spawn in the group. Case sensitive.
  101.  
  102. # Note: if you're using BiomeMode: BeforeGroups, only the biome names of the groups named NormalBiomes
  103. # and IceBiomes and the size and rarity of the group named IceBiomes will be used. Other groups are
  104. # ignored. The size and rarity of the NormalBiomes group is ignored as well, use LandSize and
  105. # LandRarity instead.
  106.  
  107. BiomeGroup(NormalBiomes, 0, 97, Forest, Roofed Forest, Extreme Hills, Plains, Birch Forest, Swampland, Flower Forest, Roofed Forest M, Extreme Hills+, Sunflower Plains, Birch Forest M, Swampland M)
  108. BiomeGroup(IceBiomes, 3, 90, Ice Plains, Cold Taiga, Ice Plains Spikes, Cold Taiga M)
  109. BiomeGroup(HotBiomes, 0, 97, Desert, Savanna, Plains, Desert M, Savanna M, Sunflower Plains)
  110. BiomeGroup(ColdBiomes, 0, 97, Forest, Extreme Hills, Taiga, Plains, Flower Forest, Extreme Hills+, Taiga M, Sunflower Plains)
  111. BiomeGroup(MesaBiomes, 1, 40, Mesa)
  112. BiomeGroup(JungleBiomes, 1, 40, Jungle, Jungle M)
  113. BiomeGroup(Mega TaigaBiomes, 1, 40, Mega Taiga, Mega Spruce Taiga)
  114. ###############
  115. # Biome lists #
  116. ###############
  117.  
  118. # Don't forget to register your custom biomes first in CustomBiomes!
  119.  
  120. # Biomes used as isles in other biomes. You must set IsleInBiome in biome config for each biome here. Biome name is case sensitive.
  121. # Biomes used as borders of other biomes. You must set BiomeIsBorder in biome config for each biome here. Biome name is case sensitive.
  122. IsleBiomes: Deep Ocean, MushroomIsland, Ice Mountains, DesertHills, ForestHills, Forest, TaigaHills, JungleHills, Cold Taiga Hills, Birch Forest Hills, Extreme Hills+, Mesa Plateau, Mesa Plateau F, Mesa Plateau M, Mesa Plateau F M, Mesa (Bryce), Mega Taiga Hills, Mega Spruce Taiga Hills
  123.  
  124. BorderBiomes: MushroomIslandShore, Beach, Extreme Hills Edge, Desert, Taiga
  125.  
  126. ########################################
  127. # Landmass settings (for NormalBiomes) #
  128. ########################################
  129.  
  130. # Land rarity from 100 to 1. If you set smaller than 90 and LandSize near 0 beware Big oceans.
  131. LandRarity: 99
  132.  
  133. # Land size from 0 to GenerationDepth. Biome groups are placed on this.
  134. LandSize: 0
  135.  
  136. # Make land more fuzzy and make lakes. Must be from 0 to GenerationDepth - LandSize
  137. LandFuzzy: 6
  138.  
  139. #####################
  140. # Ice area settings #
  141. #####################
  142.  
  143. # Set this to false to stop the ocean from freezing near when an "ice area" intersects with an ocean.
  144. FrozenOcean: true
  145.  
  146. # This is the biome temperature when water freezes if "FrozenOcean" is set to true.
  147. # This used to be the case for all biomes in the "IceBiomes" list. Default: 0.15; Min: 0.0; Max: 2.0
  148. # Temperature Reference from Vanilla: <0.15 for snow, 0.15 - 0.95 for rain, or >1.0 for dry
  149. OceanFreezingTemperature: 0.15
  150.  
  151. # If the average of all biome temperatures in a biome group is less than "OceanFreezingTemperature", then:
  152. # - When this setting is true, all biomes in the group will have frozen oceans
  153. # - When this setting is false, only biomes with a temperature below "OceanFreezingTemperature" will have frozen oceans
  154. # Default: false
  155. FreezeAllBiomesInColdGroup: false
  156.  
  157. ##########
  158. # Rivers #
  159. ##########
  160.  
  161. # River rarity. Must be from 0 to GenerationDepth.
  162. RiverRarity: 4
  163.  
  164. # River size from 0 to GenerationDepth - RiverRarity
  165. RiverSize: 1
  166.  
  167. # Set this to false to prevent the river generator from doing anything.
  168. RiversEnabled: true
  169.  
  170. # When this is set to false, the standard river generator of Minecraft will be used.
  171. # This means that a technical biome, determined by the RiverBiome setting of the biome
  172. # the river is flowing through, will be used to generate the river.
  173.  
  174. # When enabled, the rivers won't use a technical biome in your world anymore, instead
  175. # you can control them using the river settings in the BiomeConfigs.
  176. ImprovedRivers: false
  177.  
  178. # When set to true the rivers will no longer follow biome border most of the time.
  179. RandomRivers: false
  180.  
  181.  
  182. #######################################################################
  183. # +-----------------------------------------------------------------+ #
  184. # | Settings for BiomeMode:FromImage | #
  185. # +-----------------------------------------------------------------+ #
  186. #######################################################################
  187.  
  188. # Possible modes when generator outside image boundaries: Repeat, ContinueNormal, FillEmpty
  189. # Repeat - repeat image
  190. # Mirror - advanced repeat image mode
  191. # ContinueNormal - continue normal generation
  192. # FillEmpty - fill by biome in "ImageFillBiome settings"
  193. ImageMode: Mirror
  194.  
  195. # Source png file for FromImage biome mode.
  196. ImageFile: map.png
  197.  
  198. # Where the png's north is oriented? Possible values: North, East, South, West
  199. # North - the top of your picture if north (no any rotation)
  200. # West - previous behavior (you should rotate png CCW manually)
  201. # East - png should be rotated CW manually
  202. # South - rotate png 180 degrees before generating world
  203. ImageOrientation: West
  204.  
  205. # Biome name for fill outside image boundaries with FillEmpty mode.
  206. ImageFillBiome: Ocean
  207.  
  208. # Shifts map position from x=0 and z=0 coordinates.
  209. ImageXOffset: 0
  210.  
  211. ImageZOffset: 0
  212.  
  213.  
  214. #######################################################################
  215. # +-----------------------------------------------------------------+ #
  216. # | Terrain height and volatility | #
  217. # +-----------------------------------------------------------------+ #
  218. #######################################################################
  219.  
  220. # Scales the height of the world. Adding 1 to this doubles the
  221. # height of the terrain, substracting 1 to this halves the height
  222. # of the terrain. Values must be between 5 and 8, inclusive.
  223. WorldHeightScaleBits: 7
  224.  
  225. # Height cap of the base terrain. Setting this to 7 makes no terrain
  226. # generate above y = 2 ^ 7 = 128. Doesn't affect resources (trees, objects, etc.).
  227. # Values must be between 5 and 8, inclusive. Values may not be lower
  228. # than WorldHeightScaleBits.
  229. WorldHeightCapBits: 8
  230.  
  231. # Can increase (values greater than 0) or decrease (values less than 0) how much the landscape is fractured horizontally.
  232. FractureHorizontal: 0.0
  233.  
  234. # Can increase (values greater than 0) or decrease (values less than 0) how much the landscape is fractured vertically.
  235. # Positive values will lead to large cliffs/overhangs, floating islands, and/or a cavern world depending on other settings.
  236. FractureVertical: 0.0
  237.  
  238.  
  239. #######################################################################
  240. # +-----------------------------------------------------------------+ #
  241. # | Blocks | #
  242. # +-----------------------------------------------------------------+ #
  243. #######################################################################
  244.  
  245. # Attempts to replace all surface stone with biome surface block.
  246. RemoveSurfaceStone: false
  247.  
  248. # Disable bottom of map bedrock generation. Doesn't affect bedrock on the ceiling of the map.
  249. DisableBedrock: false
  250.  
  251. # Enable ceiling of map bedrock generation.
  252. CeilingBedrock: false
  253.  
  254. # Make layer of bedrock flat.
  255. FlatBedrock: false
  256.  
  257. # Block used as bedrock.
  258. BedrockobBlock: BEDROCK
  259.  
  260. # Set this to false to disable the bounds check during chunk population.
  261. # While this allows you to spawn larger objects, it also makes terrain generation
  262. # dependant on the direction you explored the world in.
  263. PopulationBoundsCheck: true
  264.  
  265. ################################
  266. # Water / Lava & Frozen States #
  267. ################################
  268.  
  269. # Set water level. Every empty block under this level will be fill water or another block from WaterBlock
  270. WaterLevelMax: 63
  271.  
  272. WaterLevelMin: 0
  273.  
  274. # Block used as water in WaterLevel.
  275. WaterBlock: STATIONARY_WATER
  276.  
  277. # Block used as ice.
  278. IceBlock: ICE
  279.  
  280. # Block used as cooled or frozen lava.
  281. # Set this to OBSIDIAN for "frozen" lava lakes in cold biomes
  282. CooledLavaBlock: STATIONARY_LAVA
  283.  
  284. ##############
  285. # World only #
  286. ##############
  287.  
  288. # By Default in cold biomes, lakes freeze but only water exposed to sky is frozen.
  289. # Setting this to true causes any lake in a cold biome with at least one block exposed to sky to completely freeze
  290. FullyFreezeLakes: false
  291.  
  292. # By Default, all snow is 1 layer high. When this setting is set to true, snow height is
  293. # determined by biome temperature and therefore height.
  294. # For now: A block temp > -.5 yields a single snow layer. A block temp < -.75 yields max snow layers.
  295. # All values in the range -.75 < temp < -.5 are evenly distributed.
  296. UseTemperatureForSnowHeight: false
  297.  
  298. # By Default, snow falls on the highest block only.
  299. # Setting this to true will cause snow to fall through leaves but leave a little snow on the way
  300. BetterSnowFall: false
  301.  
  302.  
  303. #######################################################################
  304. # +-----------------------------------------------------------------+ #
  305. # | Resources | #
  306. # +-----------------------------------------------------------------+ #
  307. #######################################################################
  308.  
  309. # Seed used for the resource generation. Can only be numeric. Set to 0 to use the world seed.
  310. ResourcesSeed: 0
  311.  
  312.  
  313. #######################################################################
  314. # +-----------------------------------------------------------------+ #
  315. # | Structures | #
  316. # +-----------------------------------------------------------------+ #
  317. #######################################################################
  318.  
  319. # Generate-structures in the server.properties file is ignored by Terrain Control. Use these settings instead.
  320.  
  321. ###############
  322. # Strongholds #
  323. ###############
  324.  
  325. # Set this to false to prevent the stronghold generator from doing anything.
  326. StrongholdsEnabled: true
  327.  
  328. # The number of strongholds in the world.
  329. StrongholdCount: 256
  330.  
  331. # How far strongholds are from the spawn and other strongholds (minimum is 1.0, default is 32.0).
  332. StrongholdDistance: 128.0
  333.  
  334. # How concentrated strongholds are around the spawn (minimum is 1, default is 3). Lower number, lower concentration.
  335. StrongholdSpread: 5
  336.  
  337. ############
  338. # Villages #
  339. ############
  340.  
  341. # Whether the villages are enabled or not.
  342. VillagesEnabled: true
  343.  
  344. # The size of the village. Larger is bigger. Normal worlds have 0 as default, superflat worlds 1.
  345. VillageSize: 4
  346.  
  347. # The minimum distance between the village centers in chunks. Minimum value is 9.
  348. VillageDistance: 20
  349.  
  350. ##################
  351. # Rare buildings #
  352. ##################
  353.  
  354. # Rare buildings are either desert pyramids, jungle temples or swamp huts.
  355. # Whether rare buildings are enabled.
  356. RareBuildingsEnabled: true
  357.  
  358. # The minimum distance between rare buildings in chunks.
  359. MinimumDistanceBetweenRareBuildings: 9
  360.  
  361. # The maximum distance between rare buildings in chunks.
  362. MaximumDistanceBetweenRareBuildings: 32
  363.  
  364. ############
  365. # Mansions #
  366. ############
  367.  
  368. # Woodland mansions are big houses inhabited by illagers that normally spawn in the roofed forest biome.
  369. # Whether mansions are enabled.
  370. MansionsEnabled: true
  371.  
  372. # The minimum distance between the origin of mansions in chunks. Note that mansions
  373. # may spawn a few chunks from their origin, so this value is not entirely accurate.
  374. MinimumDistanceBetweenMansions: 20
  375.  
  376. # The maximum distance between the origin of mansions in chunks.
  377. MaximumDistanceBetweenMansions: 80
  378.  
  379. ###################
  380. # Ocean monuments #
  381. ###################
  382.  
  383. # Whether ocean monuments are enabled.
  384. OceanMonumentsEnabled: true
  385.  
  386. # Ocean monuments are placed on the corners of a grid, with a random offset added to each corner.
  387. # The first variable is the size of the grid in chunks.
  388. # Setting this to 8 will give a grid with cells of 8x8 chunks.
  389. OceanMonumentGridSize: 32
  390.  
  391. # Random offset from each corner in chunks, on both the x and z axis.
  392. # May not be smaller than 0, and may not be larger than OceanMonumentGridSize.
  393. OceanMonumentRandomOffset: 26
  394.  
  395. ####################
  396. # Custom structues #
  397. ####################
  398.  
  399. # Maximum radius of custom structures in chunks. Custom structures are spawned by
  400. # the CustomStructure resource in the biome configuration files.
  401. MaximumCustomStructureRadius: 6
  402.  
  403. ####################
  404. # Other structures #
  405. ####################
  406.  
  407. MineshaftsEnabled: true
  408.  
  409. NetherFortressesEnabled: false
  410.  
  411.  
  412. #######################################################################
  413. # +-----------------------------------------------------------------+ #
  414. # | Visual settings | #
  415. # +-----------------------------------------------------------------+ #
  416. #######################################################################
  417.  
  418. # Warning: this section will work only for players with the single version of Terrain Control installed.
  419. # World fog color
  420. WorldFog: #C0D8FF
  421.  
  422. # World night fog color
  423. WorldNightFog: #0B0D17
  424.  
  425.  
  426. #######################################################################
  427. # +-----------------------------------------------------------------+ #
  428. # | Cave settings | #
  429. # +-----------------------------------------------------------------+ #
  430. #######################################################################
  431.  
  432. # This controls the odds that a given chunk will host a single cave and/or the start of a cave system.
  433. CaveRarity: 10
  434.  
  435. # The number of times the cave generation algorithm will attempt to create single caves and cave
  436. # systems in the given chunk. This value is larger because the likelihood for the cave generation
  437. # algorithm to bailout is fairly high and it is used in a randomizer that trends towards lower
  438. # random numbers. With an input of 40 (default) the randomizer will result in an average random
  439. # result of 5 to 6. This can be turned off by setting evenCaveDistribution (below) to true.
  440. CaveFrequency: 50
  441.  
  442. # Sets the minimum and maximum altitudes at which caves will be generated. These values are
  443. # used in a randomizer that trends towards lower numbers so that caves become more frequent
  444. # the closer you get to the bottom of the map. Setting even cave distribution (above) to true
  445. # will turn off this randomizer and use a flat random number generator that will create an even
  446. # density of caves at all altitudes.
  447. CaveMinAltitude: 5
  448.  
  449. CaveMaxAltitude: 128
  450.  
  451. # The odds that the cave generation algorithm will generate a single cavern without an accompanying
  452. # cave system. Note that whenever the algorithm generates an individual cave it will also attempt to
  453. # generate a pocket of cave systems in the vicinity (no guarantee of connection or that the cave system
  454. # will actually be created).
  455. IndividualCaveRarity: 6
  456.  
  457. # The number of times the algorithm will attempt to start a cave system in a given chunk per cycle of
  458. # the cave generation algorithm (see cave frequency setting above). Note that setting this value too
  459. # high with an accompanying high cave frequency value can cause extremely long world generation time.
  460. CaveSystemFrequency: 4
  461.  
  462. # This can be set to create an additional chance that a cave system pocket (a higher than normal
  463. # density of cave systems) being started in a given chunk. Normally, a cave pocket will only be
  464. # attempted if an individual cave is generated, but this will allow more cave pockets to be generated
  465. # in addition to the individual cave trigger.
  466. CaveSystemPocketChance: 6
  467.  
  468. # The minimum and maximum size that a cave system pocket can be. This modifies/overrides the
  469. # cave system frequency setting (above) when triggered.
  470. CaveSystemPocketMinSize: 2
  471.  
  472. CaveSystemPocketMaxSize: 5
  473.  
  474. # Setting this to true will turn off the randomizer for cave frequency (above). Do note that
  475. # if you turn this on you will probably want to adjust the cave frequency down to avoid long
  476. # load times at world creation.
  477. EvenCaveDistrubution: false
  478.  
  479.  
  480. #######################################################################
  481. # +-----------------------------------------------------------------+ #
  482. # | Ravine settings | #
  483. # +-----------------------------------------------------------------+ #
  484. #######################################################################
  485.  
  486. RavineRarity: 2
  487.  
  488. RavineMinAltitude: 10
  489.  
  490. RavineMaxAltitude: 110
  491.  
  492. RavineMinLength: 84
  493.  
  494. RavineMaxLength: 200
  495.  
  496. RavineDepth: 3.6
  497.  
  498.  
  499. #######################################################################
  500. # +-----------------------------------------------------------------+ #
  501. # | Settings for BiomeMode:OldGenerator | #
  502. # +-----------------------------------------------------------------+ #
  503. #######################################################################
  504.  
  505. # This generator works only with old terrain generator!
  506. OldBiomeSize: 1.5
  507.  
  508. MinMoisture: 0.0
  509.  
  510. MaxMoisture: 0.0
  511.  
  512. MinTemperature: 0.0
  513.  
  514. MaxTemperature: 0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement