9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/hot-mesa-yellow.json
Daniel Mills 9e538abc6d Fixes
2020-09-08 18:30:59 -04:00

146 lines
3.1 KiB
JSON

{
"name": "Yellow Mesa",
"lockLayers": true,
"rarity": 3,
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"WHITE_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"RED_TERRACOTTA"
]
},
{
"minHeight": 2,
"maxHeight": 2,
"style": {
"style": "STATIC"
},
"palette": [
"TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"YELLOW_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "STATIC"
},
"palette": [
"BROWN_TERRACOTTA"
]
}
],
"wall": {
"style": {
"style": "IRIS"
},
"palette": [
"RED_TERRACOTTA",
"GRAY_TERRACOTTA",
"YELLOW_TERRACOTTA"
]
},
"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]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"children": [
"hot-mesa-cliffs-yellow",
"hot-mesa-red",
"hot-mesa-green",
"hot-mesa-dark",
"hot-mesa-blue"
],
"generators": [
{
"generator": "plain",
"min": 9,
"max": 16
},
{
"generator": "mesa",
"min": 11,
"max": 33
}
],
"derivative": "SHATTERED_SAVANNA"
}