Advertisement
Guest User

beach

a guest
Apr 18th, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.22 KB | None | 0 0
  1. # This is the biome config file of the Beach biome, which is one of the vanilla biomes.
  2.  
  3. #######################################################################
  4. # +-----------------------------------------------------------------+ #
  5. # | Biome Inheritance | #
  6. # +-----------------------------------------------------------------+ #
  7. #######################################################################
  8.  
  9. # This should be the value of the biomeConfig you wish to extend.
  10. # The extended config will be loaded, at which point the configs included below
  11. # will overwrite any configs loaded from the extended config.
  12. BiomeExtends:
  13.  
  14.  
  15. #######################################################################
  16. # +-----------------------------------------------------------------+ #
  17. # | Biome placement | #
  18. # +-----------------------------------------------------------------+ #
  19. #######################################################################
  20.  
  21. # Biome size from 0 to GenerationDepth. Defines in which biome layer this biome will be generated (see GenerationDepth).
  22. # Higher numbers give a smaller biome, lower numbers a larger biome.
  23. # Oceans and rivers are generated using a dirrerent algorithm in the default settings,
  24. # (they aren't in one of the biome lists), so this setting won't affect them.
  25. BiomeSize: 8
  26.  
  27. # Biome rarity from 100 to 1. If this is normal or ice biome - chance for spawn this biome then others.
  28. # Example for normal biome :
  29. # 100 rarity mean 1/6 chance than other ( with 6 default normal biomes).
  30. # 50 rarity mean 1/11 chance than other
  31. # For isle biome this is chance to spawn isle in good place.
  32. # Don`t work on Ocean and River (frozen versions too) biomes until not added as normal biome.
  33. BiomeRarity: 100
  34.  
  35. # The hexadecimal color value of this biome. Used in the output of the /tc map command,
  36. # and used in the input of BiomeMode:FromImage.
  37. BiomeColor: 0xFADE55
  38.  
  39. # (ReplaceToBiomeName is only available in custom biomes.)
  40.  
  41. ####################
  42. # Isle biomes only #
  43. ####################
  44.  
  45. # Biome name list where this biome will be spawned as isle. Like Mushroom isle in Ocean. This work only if this biome is in IsleBiomes in world config
  46. IsleInBiome:
  47.  
  48. ######################
  49. # Border biomes only #
  50. ######################
  51.  
  52. # Biome name list where this biome will be border.Like Mushroom isle shore. Use is compared as IsleInBiome
  53. BiomeIsBorder: Ocean
  54.  
  55. # Biome name list near border is not applied.
  56. NotBorderNear: River,Swampland,Extreme Hills,MushroomIsland,Deep Ocean,Cold Beach,Stone Beach,Ice Tundra,Ice Plains,Ice Mountains
  57.  
  58.  
  59. #######################################################################
  60. # +-----------------------------------------------------------------+ #
  61. # | Terrain height and volatility | #
  62. # +-----------------------------------------------------------------+ #
  63. #######################################################################
  64.  
  65. # BiomeHeight mean how much height will be added in terrain generation
  66. # It is double value from -10.0 to 10.0
  67. # Value 0.0 equivalent half of map height with all other default settings
  68. BiomeHeight: 0.0
  69.  
  70. # Biome volatility.
  71. BiomeVolatility: 0.025
  72.  
  73. # Smooth radius between biomes. Must be between 0 and 32, inclusive. The resulting
  74. # smooth radius seems to be (thisSmoothRadius + 1 + smoothRadiusOfBiomeOnOtherSide) * 4 .
  75. # So if two biomes next to each other have both a smooth radius of 2, the
  76. # resulting smooth area will be (2 + 1 + 2) * 4 = 20 blocks wide.
  77. SmoothRadius: 2
  78.  
  79. # If this value is greater than 0, then it will affect how much, on average, the terrain will rise before leveling off when it begins to increase in elevation.
  80. # If the value is less than 0, then it will cause the terrain to either increase to a lower height before leveling out or decrease in height if the value is a large enough negative.
  81. MaxAverageHeight: 0.0
  82.  
  83. # If this value is greater than 0, then it will affect how much, on average, the terrain (usually at the ottom of the ocean) will fall before leveling off when it begins to decrease in elevation.
  84. # If the value is less than 0, then it will cause the terrain to either fall to a lesser depth before leveling out or increase in height if the value is a large enough negative.
  85. MaxAverageDepth: 0.0
  86.  
  87. # Another type of noise. This noise is independent from biomes. The larger the values the more chaotic/volatile landscape generation becomes.
  88. # Setting the values to negative will have the opposite effect and make landscape generation calmer/gentler.
  89. Volatility1: 0.0
  90.  
  91. Volatility2: 0.0
  92.  
  93. # Adjust the weight of the corresponding volatility settings. This allows you to change how prevalent you want either of the volatility settings to be in the terrain.
  94. VolatilityWeight1: 0.5
  95.  
  96. VolatilityWeight2: 0.45
  97.  
  98. # Disable all noises except Volatility1 and Volatility2. Also disable default block chance from height.
  99. DisableBiomeHeight: false
  100.  
  101. # List of custom height factor, 17 double entries, each entire control of about 7 blocks height from down. Positive entry - better chance of spawn blocks, negative - smaller
  102. # Values which affect your configuration may be found only experimental. That may be very big, like ~3000.0 depends from height
  103. # Example:
  104. # CustomHeightControl:0.0,-2500.0,0.0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
  105. # Make empty layer above bedrock layer.
  106. CustomHeightControl: 0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
  107.  
  108.  
  109. #######################################################################
  110. # +-----------------------------------------------------------------+ #
  111. # | Rivers | #
  112. # +-----------------------------------------------------------------+ #
  113. #######################################################################
  114.  
  115. # There are two different river systems - the standard one and the improved one.
  116. # See the ImprovedRivers settting in the WorldConfig. Both modes have different
  117. # river settings, so carefully read the headers to know which settings you can use.
  118.  
  119. ########################
  120. # ImprovedRivers:false #
  121. ########################
  122.  
  123. # Only available when ImprovedRivers is set to false in the WorldConfig.
  124. # Sets which biome is used as the river biome.
  125. RiverBiome: River
  126.  
  127. #######################
  128. # ImprovedRivers:true #
  129. #######################
  130.  
  131. # Only available when ImprovedRivers is set to true in the WorldConfig.
  132.  
  133. # Works the same as BiomeHeight (scroll up), but is used where a river is generated in this biome
  134. RiverHeight: -1.0
  135.  
  136. # Works the same as BiomeVolatility (scroll up), but is used where a river is generated in this biome
  137. RiverVolatility: 0.3
  138.  
  139. # Works the same as WaterLevelMax (scroll down), but is used where a river is generated in this biome
  140. # Can be used to create elevated rivers
  141. RiverWaterLevel: 63
  142.  
  143. # Works the same as CustomHeightControl (scroll up), but is used where a river is generated in this biome
  144. RiverCustomHeightControl: 0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
  145.  
  146.  
  147. #######################################################################
  148. # +-----------------------------------------------------------------+ #
  149. # | Blocks | #
  150. # +-----------------------------------------------------------------+ #
  151. #######################################################################
  152.  
  153. # Change this to generate something else than stone in the biome. Doesn't support block data.
  154. StoneBlock: STONE
  155.  
  156. # Surface block, usually GRASS. Doesn't support block data.
  157. SurfaceBlock: SAND
  158.  
  159. # Block from stone to surface, like dirt in most biomes. Doesn't support block data.
  160. GroundBlock: SAND
  161.  
  162. # Setting for biomes with more complex surface and ground blocks.
  163. # Each column in the world has a noise value from what appears to be -7 to 7.
  164. # Values near 0 are more common than values near -7 and 7. This setting is
  165. # used to change the surface block based on the noise value for the column.
  166. # Syntax: SurfaceBlockName,GroundBlockName,MaxNoise,[AnotherSurfaceBlockName,[AnotherGroundBlockName,MaxNoise[,...]]
  167. # Example: SurfaceAndGroundControl: STONE,STONE,-0.8,GRAVEL,STONE,0.0,DIRT,DIRT,10.0
  168. # When the noise is below -0.8, stone is the surface and ground block, between -0.8 and 0
  169. # gravel with stone just below and between 0.0 and 10.0 there's only dirt.
  170. # Because 10.0 is higher than the noise can ever get, the normal SurfaceBlock
  171. # and GroundBlock will never appear in this biome.
  172.  
  173. # Alternatively, you can use Mesa, MesaForest or MesaBryce to get blocks
  174. # like the blocks found in the Mesa biomes.
  175. SurfaceAndGroundControl:
  176.  
  177. # Replace Variable: (blockFrom,blockTo[:blockDataTo][,minHeight,maxHeight])
  178. # Example :
  179. # ReplacedBlocks: (GRASS,DIRT,100,127),(GRAVEL,GLASS)
  180. # Replace grass block to dirt from 100 to 127 height and replace gravel to glass on all height
  181. ReplacedBlocks: None
  182.  
  183. #################
  184. # Water and ice #
  185. #################
  186.  
  187. # Set this to false to use the water and ice settings of this biome.
  188. UseWorldWaterLevel: true
  189.  
  190. # Set water level. Every empty between this levels will be fill water or another block from WaterBlock.
  191. WaterLevelMax: 63
  192.  
  193. WaterLevelMin: 0
  194.  
  195. # Block used as water in WaterLevelMax
  196. WaterBlock: STATIONARY_WATER
  197.  
  198. # Block used as ice. Ice only spawns if the BiomeTemperture is low enough.
  199. IceBlock: ICE
  200.  
  201.  
  202. #######################################################################
  203. # +-----------------------------------------------------------------+ #
  204. # | Visuals and weather | #
  205. # +-----------------------------------------------------------------+ #
  206. #######################################################################
  207.  
  208. # Most of the settings here only have an effect on players with the client version of Terrain Control installed.
  209. # Biome temperature. Float value from 0.0 to 2.0.
  210. # On default biomes, this won't do anything except changing the grass and leaves colors slightly.
  211. BiomeTemperature: 0.8
  212.  
  213. # Biome wetness. Float value from 0.0 to 1.0.
  214. # On default biomes, this won't do anything except changing the grass and leaves colors slightly.
  215. BiomeWetness: 0.4
  216.  
  217. # Biome sky color.
  218. SkyColor: 0x7ba5ff
  219.  
  220. # Biome water color multiplier.
  221. WaterColor: 0xffffff
  222.  
  223. # Biome grass color.
  224. GrassColor: 0xffffff
  225.  
  226. # Whether the grass color is a multiplier.
  227. # If you set it to true, the color will be based on this value, the BiomeTemperature and the BiomeWetness.
  228. # If you set it to false, the grass color will be just this color.
  229. GrassColorIsMultiplier: true
  230.  
  231. # Biome foliage color.
  232. FoliageColor: 0xffffff
  233.  
  234. # Whether the foliage color is a multiplier. See GrassColorIsMultiplier for details.
  235. FoliageColorIsMultiplier: true
  236.  
  237.  
  238. #######################################################################
  239. # +-----------------------------------------------------------------+ #
  240. # | Resource queue | #
  241. # +-----------------------------------------------------------------+ #
  242. #######################################################################
  243.  
  244. # This section control all resources spawning after terrain generation.
  245. # The resources will be placed in this order.
  246.  
  247. # Keep in mind that a high size, frequency or rarity might slow down terrain generation.
  248.  
  249. # Possible resources:
  250. # DoResourceInheritance(true|false)
  251. # SmallLake(BlockName,Frequency,Rarity,MinAltitude,MaxAltitude)
  252. # Dungeon(Frequency,Rarity,MinAltitude,MaxAltitude)
  253. # UnderGroundLake(MinSize,MaxSize,Frequency,Rarity,MinAltitude,MaxAltitude)
  254. # Ore(BlockName,Size,Frequency,Rarity,MinAltitude,MaxAltitude,BlockSource[,BlockSource2,BlockSource3.....])
  255. # UnderWaterOre(BlockName,Size,Frequency,Rarity,BlockSource[,BlockSource2,BlockSource3.....])
  256. # CustomObject(Object[,AnotherObject[,...]])
  257. # CustomStructure([Object,Object_Chance[,AnotherObject,Object_Chance[,...]]])
  258. # Tree(Frequency,TreeType,TreeTypeChance[,AdditionalTreeType,AdditionalTreeTypeChance.....])
  259. # Plant(PlantType,Frequency,Rarity,MinAltitude,MaxAltitude,BlockSource[,BlockSource2,BlockSource3.....])
  260. # Grass(PlantType,Grouped/NotGrouped,Frequency,Rarity,BlockSource[,BlockSource2,BlockSource3.....])
  261. # Reed(BlockName,Frequency,Rarity,MinAltitude,MaxAltitude,BlockSource[,BlockSource2,BlockSource3.....])
  262. # Cactus(BlockName,Frequency,Rarity,MinAltitude,MaxAltitude,BlockSource[,BlockSource2,BlockSource3.....])
  263. # Liquid(BlockName,Frequency,Rarity,MinAltitude,MaxAltitude,BlockSource[,BlockSource2,BlockSource3.....])
  264. # AboveWaterRes(BlockName,Frequency,Rarity)
  265. # Vines(Frequency,Rarity,MinAltitude,MaxAltitude)
  266. # Vein(BlockName,MinRadius,MaxRadius,Rarity,OreSize,OreFrequency,OreRarity,MinAltitude,MaxAltitude,BlockSource[,BlockSource2,..])
  267. # Well(BaseBlockName,HalfSlabBlockName,WaterBlockName,Frequency,Rarity,MinAltitude,MaxAltitude,BlockSource[,BlockSource2,..])
  268. # Boulder(BlockName,Frequency,Rarity,MinAltitude,MaxAltitude,BlockSource[,BlockSource2,..]
  269. # IceSpike(BlockName,IceSpikeType,Frequency,Rarity,MinAltitude,MaxAltitude,Blocksource[,BlockSource2,...])
  270.  
  271. # BlockName: must be the name of a block. May include block data, like "WOOL:1".
  272. # BlockSource: list of blocks the resource can spawn on/in. You can also use "Solid" or "All".
  273. # Frequency: number of attempts to place this resource in each chunk.
  274. # Rarity: chance for each attempt, Rarity:100 - mean 100% to pass, Rarity:1 - mean 1% to pass.
  275. # MinAltitude and MaxAltitude: height limits.
  276. # BlockSource: mean where or whereupon resource will be placed
  277. # TreeType: Tree (original oak tree) - BigTree - Birch - TallBirch - SwampTree
  278. # HugeMushroom (not a tree but still counts) - Taiga1 - Taiga2 - HugeTaiga1 - HugeTaiga2
  279. # JungleTree (the huge jungle tree) - GroundBush - CocoaTree (smaller jungle tree)
  280. # DarkOak (from the roofed forest biome) - Acacia
  281. # You can also use your own custom objects, as long as they have set Tree to true in their settings.
  282. # TreeTypeChance: similar to Rarity. Example:
  283. # Tree(10,Taiga1,35,Taiga2,100) - plugin tries 10 times, for each attempt it tries to place Taiga1 (35% chance),
  284. # if that fails, it attempts to place Taiga2 (100% chance).
  285. # PlantType: one of the plant types: Allium, AzureBluet, BlueOrchid, BrownMushroom, Dandelion, DeadBush, DoubleTallgrass, Fern, LargeFern, Lilac, OrangeTulip, OxeyeDaisy, Peony, PinkTulip, Poppy, RedMushroom, RedTulip, RoseBush, Sunflower, Tallgrass, WhiteTulip
  286. # or simply a BlockName
  287. # IceSpikeType: one of the ice spike types: Basement,SmallSpike,HugeSpike
  288. # Object: can be a any kind of custom object (bo2 or bo3) but without the file extension. You can
  289. # also use UseWorld to spawn one of the object in the WorldObjects folder and UseBiome to spawn
  290. # one of the objects in the BiomeObjects setting. When using BO2s for UseWorld, the BO2 must have
  291. # this biome in their spawnInBiome setting.
  292.  
  293. # Plant and Grass resource: both a resource of one block. Plant can place blocks underground, Grass cannot.
  294. # Liquid resource: a one-block water or lava source
  295. # SmallLake and UnderGroundLake resources: small lakes of about 8x8 blocks
  296. # Vein resource: not in vanilla. Starts an area where ores will spawn. Can be slow, so use a low Rarity (smaller than 1).
  297. # CustomStructure resource: starts a BO3 structure in the chunk.
  298.  
  299. SmallLake(WATER,4,7.0,8,120)
  300. UnderGroundLake(25,60,2,5.0,0,50)
  301. Dungeon(8,100.0,0,128)
  302. Ore(DIRT,32,20,100.0,0,128,STONE)
  303. Ore(GRAVEL,32,10,100.0,0,128,STONE)
  304. Ore(COAL_ORE,16,20,100.0,0,128,STONE)
  305. Ore(IRON_ORE,8,20,100.0,0,64,STONE)
  306. Ore(GOLD_ORE,8,2,100.0,0,32,STONE)
  307. Ore(REDSTONE_ORE,7,8,100.0,0,16,STONE)
  308. Ore(DIAMOND_ORE,7,1,100.0,0,16,STONE)
  309. Ore(LAPIS_ORE,7,1,100.0,0,16,STONE)
  310. UnderWaterOre(SAND,7,4,100.0,DIRT,GRASS)
  311. UnderWaterOre(CLAY,4,1,100.0,DIRT,CLAY)
  312. CustomObject(UseWorld)
  313. Plant(Dandelion,2,100.0,0,128,GRASS,DIRT)
  314. Grass(Tallgrass,NotGrouped,10,100.0,GRASS,DIRT)
  315. Plant(PUMPKIN,1,3.0,0,128,GRASS)
  316. Liquid(WATER,20,100.0,8,128,STONE)
  317. Liquid(LAVA,10,100.0,8,128,STONE)
  318.  
  319. #######################################################################
  320. # +-----------------------------------------------------------------+ #
  321. # | Sapling resource | #
  322. # +-----------------------------------------------------------------+ #
  323. #######################################################################
  324.  
  325. # Terrain Control allows you to grow your custom objects from saplings, instead
  326. # of the vanilla trees. Add one or more Sapling functions here to override vanilla
  327. # spawning for that sapling.
  328.  
  329. # The syntax is: Sapling(SaplingType,TreeType,TreeType_Chance[,Additional_TreeType,Additional_TreeType_Chance.....])
  330. # Works like Tree resource instead first parameter.
  331.  
  332. # Sapling types: All, Oak, Redwood, Birch, SmallJungle, BigJungle, RedMushroom, BrownMushroom
  333. # All - will make the tree spawn from all saplings, but not from mushrooms.
  334. # BigJungle - for when 4 jungle saplings grow at once.
  335. # RedMushroom/BrownMushroom - will only grow when bonemeal is used.
  336.  
  337. #######################################################################
  338. # +-----------------------------------------------------------------+ #
  339. # | Custom objects | #
  340. # +-----------------------------------------------------------------+ #
  341. #######################################################################
  342.  
  343. # These objects will spawn when using the UseBiome keyword.
  344. BiomeObjects:
  345.  
  346.  
  347. #######################################################################
  348. # +-----------------------------------------------------------------+ #
  349. # | Structures | #
  350. # +-----------------------------------------------------------------+ #
  351. #######################################################################
  352.  
  353. # Here you can change, enable or disable the stuctures.
  354. # If you have disabled the structure in the WorldConfig, it won't spawn,
  355. # regardless of these settings.
  356. # Disables strongholds for this biome. If there is no suitable biome nearby,
  357. # Minecraft will ignore this setting.
  358. StrongholdsEnabled: false
  359.  
  360. # Whether a Nether Fortress can start in this biome. Might extend to neighbor biomes.
  361. NetherFortressesEnabled: true
  362.  
  363. # The village type in this biome. Can be wood, sandstone or disabled.
  364. VillageType: disabled
  365.  
  366. # The mineshaft rarity from 0 to 100. 0 = no mineshafts, 1 = default rarity, 100 = a wooden chaos.
  367. MineshaftRarity: 1.0
  368.  
  369. # The type of the aboveground rare building in this biome. Can be desertPyramid, jungleTemple, swampHut or disabled.
  370. RareBuildingType: disabled
  371.  
  372.  
  373. #######################################################################
  374. # +-----------------------------------------------------------------+ #
  375. # | Mob spawning | #
  376. # +-----------------------------------------------------------------+ #
  377. #######################################################################
  378.  
  379. # Mob spawning control doesn't work in default biomes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement