9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/biomes/mountain/plains.json
2021-08-08 21:22:19 -07:00

217 lines
5.8 KiB
JSON

{
"name": "Mountain Plains",
"rarity": 1,
"color": "#757576",
"derivative": "TAIGA_MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS",
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1000,
"structure": "village-tundra"
}
],
"generators": [{
"generator": "mountain",
"max": 23,
"min": 15
}],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3.3
},
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {"minimumSlope": 4},
"palette": [
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {"minimumSlope": 4},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:stone"},
{"block": "minecraft:cobblestone"}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 4
},
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "minecraft:dirt"}]
}
],
"childStyle": {
"style": "IRIS_DOUBLE",
"zoom": 10
},
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
]},
"decorators": [
{
"chance": 0.2,
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"palette": [
{"block": "minecraft:dandelion"},
{"block": "minecraft:poppy"},
{"block": "minecraft:blue_orchid"},
{"block": "minecraft:allium"},
{"block": "minecraft:azure_bluet"},
{"block": "minecraft:red_tulip"},
{"block": "minecraft:orange_tulip"},
{"block": "minecraft:white_tulip"},
{"block": "minecraft:pink_tulip"},
{"block": "minecraft:oxeye_daisy"},
{"block": "minecraft:cornflower"},
{"block": "minecraft:lily_of_the_valley"}
]
},
{
"chance": 0.01,
"palette": [{"block": "minecraft:tall_grass"}]
},
{
"chance": 0.5,
"palette": [{"block": "minecraft:grass"}]
},
{
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"chance": 0.2,
"palette": [{
"block": "minecraft:wheat",
"data": {"age": 7}
}]
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"chance": 3.0E-4,
"mode": "VACUUM",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["structures/ruin1"]
},
{
"mode": "PAINT",
"chance": 0.1,
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
]
},
{
"mode": "PAINT",
"place": [
"structures/mlandstone1",
"structures/mlandstone2",
"structures/mlandstone3",
"structures/mlandstone4",
"structures/mlandstone5"
],
"chance": 0.04,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
]
}