Advertisement
Guest User

profile_customwaterbubbles.cfg

a guest
Sep 10th, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.96 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # cities_waterbubbles
  5. #--------------------------------------------------------------------------------------------------------#
  6. # Settings related to city generation for the waterbubbles profile
  7. ##########################################################################################################
  8.  
  9. cities_waterbubbles {
  10. # The default biome factor which is used if your biome is not specified in 'cityBiomeFactors' [range: 0.0 ~ 1.0, default: 1.0]
  11. S:cityBiomeFactorDefault=1.0
  12.  
  13. # List of biomes with a factor to affect the city factor in that biome. Using the value 0 you can disable city generation in biomes [default: [river=0], [frozen_river=0], [ocean=.7], [frozen_ocean=.7], [deep_ocean=.4]]
  14. S:cityBiomeFactors <
  15. river=0
  16. frozen_river=0
  17. ocean=.7
  18. frozen_ocean=.7
  19. deep_ocean=.4
  20. >
  21.  
  22. # The chance this chunk will be the center of a city [range: 0.0 ~ 1.0, default: 0.6]
  23. S:cityChance=0.6
  24.  
  25. # Below this chunk height cities will be level 0 [range: 1 ~ 255, default: 60]
  26. I:cityLevel0Height=60
  27.  
  28. # Below this chunk height cities will be level 1 [range: 1 ~ 255, default: 66]
  29. I:cityLevel1Height=66
  30.  
  31. # Below this chunk height cities will be level 2 [range: 1 ~ 255, default: 72]
  32. I:cityLevel2Height=72
  33.  
  34. # Below this chunk height cities will be level 3 [range: 1 ~ 255, default: 78]
  35. I:cityLevel3Height=78
  36.  
  37. # The maximum radius of a city [range: 1 ~ 10000, default: 90]
  38. I:cityMaxRadius=90
  39.  
  40. # The minimum radius of a city [range: 1 ~ 10000, default: 50]
  41. I:cityMinRadius=50
  42.  
  43. # The center and radius of a city define a sphere. This thresshold indicates from which point a city is considered a city. This is important for calculating where cities are based on overlapping city circles (where the city thressholds are added) [range: 0.0 ~ 1.0, default: 0.05]
  44. S:cityThresshold=0.05
  45. }
  46.  
  47.  
  48. ##########################################################################################################
  49. # cityspheres_waterbubbles
  50. #--------------------------------------------------------------------------------------------------------#
  51. # Settings related to city sphere generation for the waterbubbles profile
  52. ##########################################################################################################
  53.  
  54. cityspheres_waterbubbles {
  55. # The chance that a city sphere will be generated [range: 0.0 ~ 1.0, default: 0.7]
  56. S:citySphereChance=0.7
  57.  
  58. # Only used in 'space' landscape. This factor will be multiplied with the radius of the city to calculate the radius of the outer sphere [range: 0.1 ~ 10.0, default: 1.2]
  59. S:citySphereFactor=1.2
  60.  
  61. # If this is true then there will be a landscape outside the city spheres [default: true]
  62. B:landscapeOutside=true
  63.  
  64. # The chance that a city will have a monorail connection in a certain direction. There will only be an actual connection if there is a city in that direction that also wants a monorail [range: 0.0 ~ 1.0, default: 0.8]
  65. S:monorailChance=0.8
  66.  
  67. # Offset compared to main height [range: -100 ~ 100, default: -2]
  68. I:monorailOffset=-2
  69.  
  70. # If this is true then only predefined spheres are generated [default: false]
  71. B:onlyPredefined=false
  72.  
  73. # Ground level for outside city spheres (DEPRECATED, USE GROUNDLEVEL OF OTHER PROFILE) [range: -1 ~ 256, default: -1]
  74. I:outsideGroundLevel=-1
  75.  
  76. # An optional profile to use for the outside world [default: water_empty]
  77. S:outsideProfile=water_empty
  78.  
  79. # Smaller numbers make the surface outside a city sphere more varied [range: 0.0 ~ 1.0, default: 1.0]
  80. S:outsideSurfaceVariation=1.0
  81.  
  82. # If this is true then every city sphere will be limited to one (random) biome [default: false]
  83. B:singleBiome=false
  84.  
  85. # Smaller numbers make the surface inside a city sphere more varied [range: 0.0 ~ 1.0, default: 1.0]
  86. S:sphereSurfaceVariation=1.0
  87. }
  88.  
  89.  
  90. ##########################################################################################################
  91. # client_waterbubbles
  92. #--------------------------------------------------------------------------------------------------------#
  93. # Client side settings for the waterbubbles profile
  94. ##########################################################################################################
  95.  
  96. client_waterbubbles {
  97. # This is used client-side (but only if the client has this mod) for the fog color [range: -1.0 ~ 1.0, default: -1.0]
  98. S:fogBlue=-1.0
  99.  
  100. # This is used client-side (but only if the client has this mod) for the fog density [range: -1.0 ~ 1.0, default: -1.0]
  101. S:fogDensity=-1.0
  102.  
  103. # This is used client-side (but only if the client has this mod) for the fog color [range: -1.0 ~ 1.0, default: -1.0]
  104. S:fogGreen=-1.0
  105.  
  106. # This is used client-side (but only if the client has this mod) for the fog color [range: -1.0 ~ 1.0, default: -1.0]
  107. S:fogRed=-1.0
  108.  
  109. # This is used client-side (but only if the client has this mod) to set the height of the horizon [range: -1.0 ~ 256.0, default: 90.0]
  110. S:horizon=90.0
  111. }
  112.  
  113.  
  114. ##########################################################################################################
  115. # explosions_waterbubbles
  116. #--------------------------------------------------------------------------------------------------------#
  117. # Settings related to explosions and damage for the waterbubbles profile
  118. ##########################################################################################################
  119.  
  120. explosions_waterbubbles {
  121. # A factor that determines how much debris will overflow from nearby damaged chunks. Bigger numbers mean less debris [range: 1 ~ 10000, default: 200]
  122. I:debrisToNearbyChunkFactor=10000
  123.  
  124. # When a section of blocks in in an explosion the generator will count the number of blocks that are connected. The number of connections divided by the total number of blocks in a connected section is compared with this number. If it is smaller then the section of blocks is destroyed or moved down with gravity [range: 0.0 ~ 1.0, default: 0.05]
  125. S:destroyLoneBlocksFactor=0.0
  126.  
  127. # When a section of blocks is to be moved or destroyed this chance gives the chance of removal (as opposed to moving with gravity) [range: 0.0 ~ 1.0, default: 0.4]
  128. S:destroyOrMoveChance=0.0
  129.  
  130. # A section of blocks that is about to be moved or destroyed is always destroyed if it is smaller then this size [range: 1 ~ 5000, default: 50]
  131. I:destroySmallSectionsSize=1
  132.  
  133. # The chance that a chunk will contain an explosion [range: 0.0 ~ 1.0, default: 0.0]
  134. S:explosionChance=0.0
  135.  
  136. # The maximum height of an explosion [range: 1 ~ 256, default: 90]
  137. I:explosionMaxHeight=90
  138.  
  139. # The maximum radius of an explosion [range: 1 ~ 3000, default: 35]
  140. I:explosionMaxRadius=35
  141.  
  142. # The minimum height of an explosion [range: 1 ~ 256, default: 75]
  143. I:explosionMinHeight=75
  144.  
  145. # The minimum radius of an explosion [range: 1 ~ 1000, default: 15]
  146. I:explosionMinRadius=15
  147.  
  148. # If this is true the center of an explosion can only be in a city (the blast can still affect non-city chunks) [default: true]
  149. B:explosionsInCitiesOnly=true
  150.  
  151. # The chance that a chunk will contain a mini explosion [range: 0.0 ~ 1.0, default: 0.0]
  152. S:miniExplosionChance=0.0
  153.  
  154. # The maximum height of a mini explosion [range: 1 ~ 256, default: 100]
  155. I:miniExplosionMaxHeight=100
  156.  
  157. # The maximum radius of a mini explosion [range: 1 ~ 3000, default: 12]
  158. I:miniExplosionMaxRadius=12
  159.  
  160. # The minimum height of a mini explosion [range: 1 ~ 256, default: 60]
  161. I:miniExplosionMinHeight=60
  162.  
  163. # The minimum radius of a mini explosion [range: 1 ~ 1000, default: 5]
  164. I:miniExplosionMinRadius=5
  165. }
  166.  
  167.  
  168. ##########################################################################################################
  169. # lostcity_waterbubbles
  170. #--------------------------------------------------------------------------------------------------------#
  171. # Settings related to the Lost City for the waterbubbles profile
  172. ##########################################################################################################
  173.  
  174. lostcity_waterbubbles {
  175. # List of biomes that are allowed in the world. Empty list is default all biomes. The factor controls how much that biome is favored over the others (higher means less favored!) [default: ]
  176. S:allowedBiomeFactors <
  177. >
  178.  
  179. # If this is true then parks will have no foliage (trees and flowers currently) [default: false]
  180. B:avoidFoliage=false
  181.  
  182. # This will prevent biomes from generating cactii [default: false]
  183. B:avoidGeneratedCactii=false
  184.  
  185. # This will prevent the generation of desert wells [default: false]
  186. B:avoidGeneratedDesertWell=false
  187.  
  188. # This will prevent biomes from generating flowers [default: false]
  189. B:avoidGeneratedFlowers=false
  190.  
  191. # This will prevent the generation of fossils [default: false]
  192. B:avoidGeneratedFossils=false
  193.  
  194. # This will prevent biomes from generating grass [default: false]
  195. B:avoidGeneratedGrass=false
  196.  
  197. # This will prevent the generation of water in lakes [default: false]
  198. B:avoidGeneratedLakewater=false
  199.  
  200. # This will prevent biomes from generating lilypads [default: false]
  201. B:avoidGeneratedLilypads=false
  202.  
  203. # This will prevent biomes from generating mushrooms [default: false]
  204. B:avoidGeneratedMushrooms=false
  205.  
  206. # This will prevent biomes from generating pumpkins [default: false]
  207. B:avoidGeneratedPumpkins=false
  208.  
  209. # This will prevent biomes from generating reeds [default: false]
  210. B:avoidGeneratedReeds=false
  211.  
  212. # This will prevent biomes from generating trees [default: false]
  213. B:avoidGeneratedTrees=false
  214.  
  215. # If true then all water will be avoided (replaced with air) [default: false]
  216. B:avoidWater=false
  217.  
  218. # Block to use as the worldgen base [default: minecraft:stone]
  219. S:baseBlock=minecraft:stone
  220.  
  221. # The height of the bedrock layer that is generated at the bottom of some world types. Set to 0 to disable this and get default bedrock generation [range: 0 ~ 10, default: 1]
  222. I:bedrockLayer=1
  223.  
  224. # This is used in combination with allowedBiomeFactors. 'original' is the old strategy. 'randomized' is a new strategy that tries to randomize the biomes better. 'varied' is similar but has a more relaxed biome distance function [default: original]
  225. S:biomeSelectionStrategy=original
  226.  
  227. # The chance that a chunk can possibly contain a bridge. There actually being a bridge also depends on the presence of adjacent bridges and other conditions [range: 0.0 ~ 1.0, default: 0.7]
  228. S:bridgeChance=0.7
  229.  
  230. # If true bridges get supports when needed. You can disable this if you have bridges that span void chunks [default: true]
  231. B:bridgeSupports=true
  232.  
  233. # The chance that a chunk can possibly be the top-left chunk of 2x2 building. There actually being a 2x2 building also depends on the condition of those other chunks [range: 0.0 ~ 1.0, default: 0.03]
  234. S:building2x2Chance=0.03
  235.  
  236. # The chance that a chunk in a city will have a building. Otherwise it will be a street [range: 0.0 ~ 1.0, default: 0.3]
  237. S:buildingChance=0.3
  238.  
  239. # The chance that a doorway will be generated at a side of a building (on any level). Only when possible [range: 0.0 ~ 1.0, default: 0.6]
  240. S:buildingDoorwayChance=0.6
  241.  
  242. # The chance that a building will have a 'front' part if this is possible (i.e. adjacent street) [range: 0.0 ~ 1.0, default: 0.2]
  243. S:buildingFrontChance=0.2
  244.  
  245. # The maximum number of cellars (below ground). 0 means no cellar [range: 0 ~ 7, default: 4]
  246. I:buildingMaxCellars=4
  247.  
  248. # A cap for the amount of floors a city can have (above ground) [range: 0 ~ 30, default: 9]
  249. I:buildingMaxFloors=9
  250.  
  251. # The amount of floors of a building is equal to: MINFLOORS + random(MINFLOORS_CHANCE + (cityFactor + .1f) * (MAXFLOORS_CHANCE - MINFLOORS_CHANCE)) [range: 1 ~ 30, default: 6]
  252. I:buildingMaxFloorsChance=6
  253.  
  254. # The minimum number of cellars (below ground). 0 means no cellar [range: 0 ~ 7, default: 0]
  255. I:buildingMinCellars=0
  256.  
  257. # The minimum number of floors (above ground) for a building (0 means the first floor only) [range: 0 ~ 30, default: 0]
  258. I:buildingMinFloors=0
  259.  
  260. # The amount of floors of a building is equal to: MINFLOORS + random(MINFLOORS_CHANCE + (cityFactor + .1f) * (MAXFLOORS_CHANCE - MINFLOORS_CHANCE)) [range: 1 ~ 30, default: 4]
  261. I:buildingMinFloorsChance=4
  262.  
  263. # The chance that a building will have no loot and no spawners [range: 0.0 ~ 1.0, default: 0.2]
  264. S:buildingWithoutLootChance=1.0
  265.  
  266. # The chance that a chest will have no loot [range: 0.0 ~ 1.0, default: 0.2]
  267. S:chestWithoutLootChance=1.0
  268.  
  269. # The chance that a chunk can possibly contain a corridor. There actually being a corridor also depends on the presence of adjacent corridors [range: 0.0 ~ 1.0, default: 0.7]
  270. S:corridorChance=0.7
  271.  
  272. # The chance that a 2x2 building will be a data center [range: 0.0 ~ 1.0, default: 0.1]
  273. S:dataCenterChance=0.1
  274.  
  275. # The description of this profile [default: Cities in drowned glass bubbles]
  276. S:description=Cities in drowned glass bubbles
  277.  
  278. # Additional information [default: Note! No villages or strongholds in this profile!]
  279. S:extraDescription=Modified. No spawners or loot. Removed explosions and random damage. MUST TURN OFF METEORS FROM AE2.
  280.  
  281. # The chance that a street section contains a fountain [range: 0.0 ~ 1.0, default: 0.05]
  282. S:fountainChance=0.05
  283.  
  284. # If true then there will be minimal lighting in the buildings [default: true]
  285. B:generateLighting=true
  286.  
  287. # If true the chests in the buildings will contain loot [default: true]
  288. B:generateLoot=false
  289.  
  290. # If true then the buildings will be full of spawners [default: true]
  291. B:generateSpawners=false
  292.  
  293. # A json with generator options for the chunk generator [default: ]
  294. S:generatorOptions=
  295.  
  296. # Ground level [range: 2 ~ 256, default: 60]
  297. I:groundLevel=60
  298.  
  299. # Mask to control how far highways can generate. Must be a power of 2 (minus 1). If 0 there are no highways at all [range: 0 ~ 2147483647, default: 0]
  300. I:highwayDistanceMask=0
  301.  
  302. # 0 (take height from top-left city), 1 (take minimum height from both cities), 2 (take maximum height from both cities), 3 (take average height) [range: 0 ~ 3, default: 0]
  303. I:highwayLevelFromCities=0
  304.  
  305. # For highways on a certain axis, this value is used to scale the perlin noise generator on the main axis. Increasing this value will increase the frequency of highways but make them smaller [range: 1.0 ~ 1000.0, default: 50.0]
  306. S:highwayMainPerlinScale=50.0
  307.  
  308. # The highway perlin noise is compared to this value. Setting this to 0 would give 50% chance of a highway being at a spot. Note that highways only generate on chunks a multiple of 8. Setting this very high will prevent highways from generating [range: -100.0 ~ 100.0, default: 2.0]
  309. S:highwayPerlinFactor=2.0
  310.  
  311. # If true then a highway will only generate if both sides have a valid city. If false then one city is sufficient [default: true]
  312. B:highwayRequiresTwoCities=true
  313.  
  314. # For highways on a certain axis, this value is used to scale the perlin noise generator on the secondary axis. Increasing this value will increase the variation of nearby highways [range: 1.0 ~ 1000.0, default: 10.0]
  315. S:highwaySecondaryPerlinScale=10.0
  316.  
  317. # If true highways get supports when needed. You can disable this if you have highways that span void chunks [default: true]
  318. B:highwaySupports=true
  319.  
  320. # The icon to use in the configuration screen (64x64) [default: textures/gui/icon_bubbles.png]
  321. S:icon=textures/gui/icon_bubbles.png
  322.  
  323. # Type of landscape [default: space]
  324. S:landscapeType=space
  325.  
  326. # The chance that a 2x2 building will be a library [range: 0.0 ~ 1.0, default: 0.1]
  327. S:libraryChance=0.1
  328.  
  329. # Block to use as a liquid [default: minecraft:water]
  330. S:liquidBlock=minecraft:water
  331.  
  332. # Use in combination with 'allowedBiomeFactors' to manually map some biomes to others. This is a list of the format oldbiome=newbiome [default: ]
  333. S:manualBiomeMappings <
  334. >
  335.  
  336. # The chance that a non-building section can be a park section [range: 0.0 ~ 1.0, default: 0.2]
  337. S:parkChance=0.2
  338.  
  339. # The chance that a chunk next to a railway will have a railway dungeon [range: 0.0 ~ 1.0, default: 0.01]
  340. S:railwayDungeonChance=0.01
  341.  
  342. # If true then railway stations are enabled [default: false]
  343. B:railwayStationsEnabled=false
  344.  
  345. # If true the a place where a station would have been if there was a city above will have an 'ending' rail part if one side of the 'station' has no connections. Useful in case cities are rare [default: true]
  346. B:railwaysCanEnd=true
  347.  
  348. # If true then railways are enabled. If false they are not (but stations will still generate) [default: false]
  349. B:railwaysEnabled=false
  350.  
  351. # Chance that leafblocks will be generated at the border of a building and a street [range: 0.0 ~ 1.0, default: 0.1]
  352. S:randomLeafBlockChance=0.1
  353.  
  354. # Frequency of leafblocks as seen from the sides of buildings [range: 1 ~ 8, default: 2]
  355. I:randomLeafBlockThickness=2
  356.  
  357. # The scale of the dirt layer. Smaller values make the layer larger. Use 0 to disable [range: 0.0 ~ 100.0, default: 3.0]
  358. S:rubbleDirtScale=3.0
  359.  
  360. # If this is true an alternative way to generate dirt/stone/sand + leave blocks is used that makes the city appear more overgrown [default: false]
  361. B:rubbleLayer=false
  362.  
  363. # The scale of the leave layer. Smaller values make the layer larger. Use 0 to disable [range: 0.0 ~ 100.0, default: 6.0]
  364. S:rubbleLeaveScale=6.0
  365.  
  366. # If ruines are enabled this gives the chance that a building is ruined [range: 0.0 ~ 1.0, default: 0.05]
  367. S:ruinChance=0.0
  368.  
  369. # If a building is ruined this indicates the maximum start height for the ruin destruction layer [range: 0.0 ~ 1.0, default: 1.0]
  370. S:ruinMaxlevelPercent=1.0
  371.  
  372. # If a building is ruined this indicates the minimum start height for the ruin destruction layer [range: 0.0 ~ 1.0, default: 0.8]
  373. S:ruinMinlevelPercent=0.8
  374.  
  375. # If true there is a chance a building is ruined from the top (not caused by explosion damage) [default: true]
  376. B:ruins=false
  377.  
  378. # When this is set the player will always spawn in the given biome [default: ]
  379. S:spawnBiome=
  380.  
  381. # When this is set the player will always spawn in the given predefined city [default: ]
  382. S:spawnCity=
  383.  
  384. # If this is true the player will not spawn in a building. This can be used in combination with the other spawn settings [default: false]
  385. B:spawnNotInBuilding=false
  386.  
  387. # When this is set the player will always spawn in the given predefined sphere. If you use <in> the player will always spawn in a random sphere. If you use <out> the player will always spawn outside a sphere [default: ]
  388. S:spawnSphere=<in>
  389.  
  390. # The chance that a block on the outside of a building will be covered with a vine [range: 0.0 ~ 1.0, default: 0.009]
  391. S:vineChance=0.009
  392.  
  393. # How much lower the water level is compared to the ground level (63) [range: -100 ~ 100, default: 8]
  394. I:waterLevelOffset=8
  395.  
  396. # The worldstyle used by this profile (defined in the assets) [default: standard]
  397. S:worldStyle=standard
  398. }
  399.  
  400.  
  401. maxcaveheight {
  402. # Maximum height at which vanilla caves can generate. Default is 128. Lower this if you don't want the caves to damage buildings [range: 20 ~ 240, default: 128]
  403. I:structures_waterbubbles=128
  404. }
  405.  
  406.  
  407. ##########################################################################################################
  408. # structures_waterbubbles
  409. #--------------------------------------------------------------------------------------------------------#
  410. # Settings related to structure generation for the waterbubbles profile
  411. ##########################################################################################################
  412.  
  413. structures_waterbubbles {
  414. # Generate caves
  415. B:generateCaves=true
  416.  
  417. # Generate dungeons
  418. B:generateDungeons=true
  419.  
  420. # Generate lakes (lava/water)
  421. B:generateLakes=true
  422.  
  423. # Generate mansions
  424. B:generateMansions=false
  425.  
  426. # Generate mineshafts
  427. B:generateMineshafts=false
  428.  
  429. # Generate ocean monuments
  430. B:generateOceanMonuments=false
  431.  
  432. # Generate ravines
  433. B:generateRavines=true
  434.  
  435. # Generate scattered features (swamphunts, desert temples, ...)
  436. B:generateScattered=false
  437.  
  438. # Generate strongholds
  439. B:generateStrongholds=false
  440.  
  441. # Generate villages
  442. B:generateVillages=false
  443.  
  444. # If true then no lakes and ravines will be generated in cities
  445. B:preventLakesRavinesInCities=false
  446.  
  447. # If true then an attempt will be made to prevent villages in cities. Note that enabling this option will likely require a low city density in order to actually get a reasonable chance for villages.
  448. B:preventVillagesInCities=true
  449. }
  450.  
  451.  
  452.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement