9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/iris.overworld.hot/biomes/hot-mesa.json
Brian Fopiano 42aef9c193 .
2020-07-31 01:45:24 -07:00

135 lines
3.0 KiB
JSON

{
"name": "Mesa",
"lockLayers": true,
"layers": [
{
"minHeight": 2,
"maxHeight": 2,
"dispersion": "SCATTER",
"palette": [
"TERRACOTTA"
]
},
{
"minHeight": 2,
"maxHeight": 2,
"dispersion": "SCATTER",
"palette": [
"BROWN_TERRACOTTA"
]
},
{
"minHeight": 2,
"maxHeight": 2,
"dispersion": "SCATTER",
"palette": [
"GRAY_TERRACOTTA"
]
},
{
"minHeight": 2,
"maxHeight": 2,
"dispersion": "SCATTER",
"palette": [
"BLACK_TERRACOTTA"
]
},
{
"minHeight": 2,
"maxHeight": 2,
"dispersion": "SCATTER",
"palette": [
"GRAY_TERRACOTTA"
]
},
{
"minHeight": 2,
"maxHeight": 2,
"dispersion": "SCATTER",
"palette": [
"BROWN_TERRACOTTA"
]
},
{
"minHeight": 2,
"maxHeight": 2,
"dispersion": "SCATTER",
"palette": [
"TERRACOTTA"
]
}
],
"wall": {
"dispersion": "WISPY",
"terrainZoom": 1,
"palette": [
"BROWN_TERRACOTTA",
"GRAY_TERRACOTTA",
"BLACK_TERRACOTTA"
]
},
"objects": [
{
"chance": 0.05,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"haybale/hay1",
"haybale/hay3",
"haybale/hay2"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.009,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"children":[
"hot-mesa-cliffs"
],
"generators":[
{
"generator": "plain",
"min": 10,
"max": 12
},
{
"generator": "wavy",
"min": 2,
"max": 5
}
],
"derivative": "SHATTERED_SAVANNA"
}