9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/biomes/mountain-plains.json
Brian Fopiano b8fdb046b6 Deep Clean
2021-06-08 19:06:41 -07:00

342 lines
7.9 KiB
JSON

{
"name": "Mountain Plains",
"derivative": "TAIGA_MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS",
"children": [
"mountain-forest",
"mountain-hills",
"mountain-plain-hills",
"mountain-lake",
"mountain-forest-hills"
],
"childStyle": {
"style": "IRIS_DOUBLE",
"zoom": 10
},
"generators": [
{
"generator": "plain",
"max": 10,
"min": 6
},
{
"generator": "mountain",
"max": 8,
"min": 7
}
],
"jigsawStructures": [
{
"rarity": 2000,
"structure": "pillager"
},
{
"rarity": 950,
"structure": "village-tundra"
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.3
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 4
},
"palette": [
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 4
},
"palette": [
{
"block": "stone"
},
{
"block": "stone"
},
{
"block": "cobblestone"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 4
},
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [
{
"block": "dirt"
}
]
}
],
"wall": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
"decorators": [
{
"chance": 0.2,
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10,
"fracture": {
"style": "STATIC",
"multiplier": 15
}
}
},
"style": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"palette": [
{
"block": "dandelion"
},
{
"block": "poppy"
},
{
"block": "blue_orchid"
},
{
"block": "allium"
},
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
]
},
{
"chance": 0.01,
"palette": [
{
"block": "tall_grass"
}
]
},
{
"chance": 0.5,
"palette": [
{
"block": "grass"
}
]
},
{
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10,
"fracture": {
"style": "STATIC",
"multiplier": 15
}
}
},
"style": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"chance": 0.2,
"palette": [
{
"block": "wheat",
"data": {
"age": 7
}
}
]
}
],
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "pig",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"bush/small/1",
"bush/small/2",
"bush/small/3"
]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"bush/small/1",
"bush/small/2",
"bush/small/3"
]
},
{
"chance": 0.0003,
"mode": "VACUUM",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ruins/ruin1"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"bush/small/1",
"bush/small/2",
"bush/small/3"
]
},
{
"mode": "PAINT",
"place": [
"mrock/mrock-1",
"mrock/mrock-2",
"mrock/mrock-3",
"mrock/mrock-4",
"mrock/mrock-5"
],
"chance": 0.04,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
]
}