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-red.json
Brian Fopiano 84f179ffc7 Lots
2020-09-09 03:15:13 -07:00

192 lines
5.2 KiB
JSON

{
"name": "Red Mosaic",
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
"RED_CONCRETE",
"RED_CONCRETE",
"RED_CONCRETE_POWDER",
"RED_CONCRETE_POWDER",
"RED_TERRACOTTA",
"RED_TERRACOTTA",
"RED_CONCRETE",
"RED_CONCRETE",
"RED_CONCRETE_POWDER",
"RED_CONCRETE_POWDER",
"RED_CONCRETE",
"RED_CONCRETE",
"RED_CONCRETE_POWDER",
"RED_CONCRETE_POWDER"
]
},
{
"minHeight": 12,
"maxHeight": 16,
"style": {
"style": "FLAT"
},
"palette": [
"BLACKSTONE"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "FLAT"
},
"palette": [
"BLACKSTONE"
]
}
],
"generators": [
{
"generator": "plain-chaotic",
"min": 32,
"max": 60
}
],
"slab": {
"palette": [
"RED_NETHER_BRICK_SLAB",
"AIR",
"AIR",
"AIR",
"AIR"
],
"style": {
"style": "STATIC"
}
},
"decorators": [
{
"palette": [
"RED_NETHER_BRICK_WALL",
"NETHER_BRICK_WALL"
],
"stackMax": 3,
"stackMin": 1,
"chance": 0.0045
},
{
"palette": [
"minecraft:fire_coral[waterlogged=false]",
"minecraft:fire_coral_fan[waterlogged=false]"
],
"chance": 0.0175
},
{
"palette": [
"minecraft:redstone_wire[east=none,west=none,south=none,north=none,power=6]",
"minecraft:redstone_wire[east=none,west=none,south=none,north=none,power=7]",
"minecraft:redstone_wire[east=none,west=none,south=none,north=none,power=8]",
"minecraft:redstone_wire[east=none,west=none,south=none,north=none,power=9]",
"minecraft:redstone_wire[east=none,west=none,south=none,north=none,power=10]",
"minecraft:redstone_wire[east=none,west=none,south=none,north=none,power=11]",
"minecraft:redstone_wire[east=none,west=none,south=none,north=none,power=12]",
"minecraft:redstone_wire[east=none,west=none,south=none,north=none,power=13]"
],
"chance": 0.00035
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"RED_CONCRETE"
]
},
"objects": [
{
"chance": 0.06,
"edit": [
{
"find": ["BLUE_TERRACOTTA"],
"replace": ["RED_TERRACOTTA"]
},
{
"find": ["WHITE_STAINED_GLASS"],
"replace": ["BLACK_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,
"edit": [
{
"find": ["BLACK_CONCRETE"],
"replace": ["RED_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": "CRIMSON_FOREST"
}