9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/mosaic-lith-black.json
Brian Fopiano 1d92ac8396 Changing Mosaic Spawns/Derivs
no more nether mobs
2020-11-22 18:55:09 -08:00

246 lines
6.3 KiB
JSON

{
"vanillaDerivative": "STONE_SHORE",
"biomeSkyScatter": [
"DESERT",
"SAVANNA"
],
"entitySpawnOverrides": [
{
"trigger": "GHAST",
"cancelSourceSpawn": true
},
{
"trigger": "MAGMA_CUBE",
"cancelSourceSpawn": true
}
],
"decorators": [
{
"chance": 0.0045,
"stackMax": 3,
"palette": [
{
"block": "blackstone_wall"
},
{
"block": "polished_blackstone_wall"
}
],
"stackMin": 1
},
{
"chance": 0.00035,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "polished_blackstone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "polished_blackstone_button"
}
]
}
],
"objects": [
{
"chance": 0.06,
"edit": [
{
"find": [
{"block": "blue_terracotta"}
],
"replace": {
"palette": [
{
"block": "blackstone"
}
]
}
},
{
"find": [
{"block": "white_stained_glass"}
],
"replace": {
"palette": [
{
"block": "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": {
"yRandom": 25,
"x": 0,
"y": 9,
"z": 0
}
},
{
"chance": 0.3,
"edit": [
{
"find": [{"block": "nether_wart_block"}],
"replace": {"palette": [{
"block": "black_concrete",
"backup": {"block": "coal_block"}
}]}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"corrupted/crimsonwood-1",
"corrupted/crimsonwood-2",
"corrupted/crimsonwood-3",
"corrupted/crimsonwood-4",
"corrupted/crimsonwood-5"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"name": "Black Mosaic",
"layers": [
{
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 1.1,
"palette": [
{
"weight": 2,
"block": "black_concrete"
},
{
"weight": 2,
"block": "black_concrete_powder"
},
{
"weight": 2,
"block": "black_terracotta"
},
{
"weight": 2,
"block": "black_concrete"
},
{
"weight": 2,
"block": "black_concrete_powder"
},
{
"weight": 2,
"block": "black_concrete"
},
{
"weight": 2,
"block": "black_concrete_powder"
}
]
},
{
"minHeight": 12,
"maxHeight": 16,
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "FLAT"
},
"palette": [
{
"block": "blackstone"
}
]
}
],
"generators": [
{
"min": 12,
"max": 70,
"generator": "mountain"
}
],
"biomeZoom": 20,
"derivative": "BADLANDS",
"carvingBiome": "mosaic-lith-white",
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "black_concrete"
}
]
},
"biomeScatter": [
"SAVANNA",
"DESERT"
]
}