9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/mosaic-lith-green.json
Brian Fopiano 0493ee47eb Lithic Biomes
2020-08-29 18:40:39 -07:00

110 lines
2.5 KiB
JSON

{
"name": "Green Mosaic",
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
"GREEN_CONCRETE",
"GREEN_CONCRETE",
"GREEN_CONCRETE_POWDER",
"GREEN_CONCRETE_POWDER",
"GREEN_TERRACOTTA",
"GREEN_TERRACOTTA",
"GREEN_CONCRETE",
"GREEN_CONCRETE",
"GREEN_CONCRETE_POWDER",
"GREEN_CONCRETE_POWDER",
"GREEN_CONCRETE",
"GREEN_CONCRETE",
"GREEN_CONCRETE_POWDER",
"GREEN_CONCRETE_POWDER"
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"BLACKSTONE",
"COARSE_DIRT",
"DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"generators": [
{
"generator": "plain",
"min": 22,
"max": 30
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"GREEN_CONCRETE"
]
},
"objects": [
{
"chance": 0.01,
"edit": [
{
"find": ["BLACK_CONCRETE"],
"replace": ["GREEN_CONCRETE"]
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"monolith/black-1",
"monolith/black-2",
"monolith/black-3",
"monolith/black-4",
"monolith/black-5",
"monolith/black-6"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"derivative": "SAVANNA",
"biomeStyle": {
"style": "IRIS"
},
"biomeZoom": 20,
"biomeScatter": [
"SAVANNA",
"DESERT"
],
"biomeSkyScatter": [
"DESERT",
"SAVANNA"
]
}