9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/mountain/mtn-hills.json

246 lines
6.1 KiB
JSON

{
"name": "Mountain Hills",
"derivative": "TAIGA_MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS",
"children": ["mountain/mtn-forest"],
"generators": [{
"generator": "smooth-dunes",
"max": 23,
"min": 5
}],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1000,
"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"}]
}
],
"childStyle": {
"style": "IRIS_DOUBLE",
"zoom": 10
},
"wall": {"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "gravel"},
{"block": "cyan_terracotta"}
]},
"decorators": [
{
"chance": 0.2,
"variance": {
"style": "CELLULAR",
"zoom": 0.25,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {
"style": "SIMPLEX",
"zoom": 0.2,
"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
}
},
"style": {
"style": "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": 1.0E-4,
"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
}
}
]
}