9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/biomes/tropical/tro-mountain-plains.json
Brian Fopiano 07bcffaa5a Heightmap edits
2021-07-10 05:10:54 -07:00

176 lines
4.6 KiB
JSON

{
"name": "Tropical Mountain Plains",
"derivative": "MODIFIED_JUNGLE",
"vanillaDerivative": "MODIFIED_JUNGLE",
"generators": [{
"min": 55,
"max": 110,
"generator": "mountain"
}],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 4.5
},
"palette": [{
"weight": 1,
"block": "grass_block"
}]
},
{
"minHeight": 2,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 4.5
},
"palette": [{"block": "dirt"}]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1000,
"structure": "village-tundra"
},
{
"rarity": 1200,
"structure": "jungle-pyramid"
}
],
"childStyle": {
"style": "GLOB",
"zoom": 0.4,
"exponent": 7.6
},
"childShrinkFactor": 1,
"decorators": [
{
"chance": 0.7,
"palette": [
{
"weight": 2,
"block": "grass"
},
{
"weight": 1,
"block": "tall_grass"
}
]
},
{
"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": "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.45,
"variance": {"style": "IRIS"},
"zoom": 0.1,
"palette": [
{
"data": {"persistent": true},
"block": "jungle_leaves"
},
{"block": "tall_grass"},
{"block": "grass"},
{
"data": {"persistent": true},
"block": "jungle_leaves"
},
{"block": "grass"},
{
"data": {"persistent": true},
"block": "jungle_leaves"
}
],
"style": {
"style": "FRACTAL_BILLOW_IRIS",
"fracture": {"style": "STATIC"}
}
},
{
"chance": 0.5,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"zoom": 10,
"palette": [
{"block": "grass"},
{"block": "tall_grass"}
],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"}
}
],
"objects": [
{
"place": [
"bush/small/1",
"bush/small/2",
"bush/small/3"
],
"chance": 1,
"density": 5
},
{
"place": [
"tree/jungle/1",
"tree/jungle/2",
"tree/jungle/3",
"tree/jungle/4",
"tree/jungle/5",
"tree/jungle/6",
"tree/jungle/7",
"tree/jungle/8",
"tree/jungle/9"
],
"chance": 1,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"translate": {"y": -2}
}
]
}