9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/biomes/tropical-plains.json
2021-06-08 14:05:36 -07:00

150 lines
3.4 KiB
JSON

{
"name": "Tropical Plains",
"derivative": "JUNGLE",
"vanillaDerivative": "JUNGLE",
"children": [
"tropical-plains-hills"
],
"childStyle": {
"style": "SIMPLEX",
"zoom": 0.5,
"exponent": 2.0
},
"generators": [
{
"generator": "smooth-dunes",
"max": 20,
"min": -10
}
],
"layers": [
{
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"block": "dirt"
}
]
},
{
"style": {
"style": "STATIC"
},
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "dirt"
},
{
"block": "stone"
}
]
}
],
"decorators": [
{
"chance": 0.7,
"palette": [
{
"weight": 2,
"block": "grass"
},
{
"weight": 1,
"block": "tall_grass"
}
]
},
{
"chance": 0.06,
"variance": {
"style": "STATIC"
},
"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"
}
]
}
],
"objects": [
{
"mode": "PAINT",
"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
}
}
]
}