9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/mosaic-lith-black.json
Brian Fopiano 84f179ffc7 Lots
2020-09-09 03:15:13 -07:00

173 lines
4.3 KiB
JSON

{
"name": "Black Mosaic",
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
"BLACK_CONCRETE",
"BLACK_CONCRETE",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER",
"BLACK_TERRACOTTA",
"BLACK_TERRACOTTA",
"BLACK_CONCRETE",
"BLACK_CONCRETE",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE",
"BLACK_CONCRETE",
"BLACK_CONCRETE_POWDER",
"BLACK_CONCRETE_POWDER"
]
},
{
"minHeight": 12,
"maxHeight": 16,
"style": {
"style": "FLAT"
},
"palette": [
"BLACKSTONE"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "FLAT"
},
"palette": [
"BLACKSTONE"
]
}
],
"generators": [
{
"generator": "wicked",
"min": 12,
"max": 70
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"BLACK_CONCRETE"
]
},
"decorators": [
{
"palette": [
"BLACKSTONE_WALL",
"POLISHED_BLACKSTONE_WALL"
],
"stackMax": 3,
"stackMin": 1,
"chance": 0.0045
},
{
"palette": [
"minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]",
"minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]"
],
"chance": 0.00035
}
],
"objects": [
{
"chance": 0.06,
"edit": [
{
"find": ["BLUE_TERRACOTTA"],
"replace": ["BLACKSTONE"]
},
{
"find": ["WHITE_STAINED_GLASS"],
"replace": ["RED_STAINED_GLASS"]
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"crystal/crystal-1",
"crystal/crystal-2",
"crystal/crystal-3",
"crystal/crystal-4",
"crystal/crystal-5",
"crystal/crystal-6",
"crystal/crystal-7",
"crystal/crystal-8",
"crystal/crystal-9",
"crystal/crystal-10"
],
"translate": {
"x": 0,
"y": 9,
"yRandom": 25,
"z": 0
}
},
{
"chance": 0.01,
"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"
]
}