9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/stone_mountains.json
2020-01-24 19:31:08 -05:00

38 lines
756 B
JSON

{
"name": "Stone Mountains",
"derivative": "EXTREME_HILLS",
"type": "LAND",
"region": "cold",
"parent": "Mountains",
"genHeight": 0,
"rarity": 7.2,
"genScale": 0.6,
"genAmplifier": 2.4,
"cliffScale": 0.6,
"cliffChance": 0.47,
"cliffs": true,
"scatter":[
"WOOD_BUTTON:5=0.13"
],
"rock": [
"GRAVEL",
"STONE:5",
"STONE"
],
"surface": [
"GRAVEL",
"STONE",
"STONE:5",
"COBBLESTONE"
],
"objects": [
"boulder/stone/medium=0.1",
"Savana/rocks=0.2",
"Savana/clutter=0.2"
],
"surfaceType": "simplex",
"rockType": "simplex",
"rockDepth": 14,
"rockScale": 0.722,
"dirtDepth": 0
}