9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/swamp-marsh-rotten.json
2021-06-08 13:47:20 -07:00

245 lines
5.5 KiB
JSON

{
"vanillaDerivative": "SWAMP",
"decorators": [
{
"chance": 0.005,
"variance": {
"style": "STATIC"
},
"zoom": 0.02,
"palette": [
{
"block": "brown_mushroom"
},
{
"block": "red_mushroom"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.13,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"block": "large_fern"
},
{
"block": "tall_grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.15,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "dead_bush"
},
{
"block": "fern"
}
],
"style": {
"style": "STATIC"
}
}
],
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "pig",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"objects": [
{
"chance": 0.4,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"wasteland/dead-1",
"wasteland/dead-2",
"wasteland/dead-3",
"wasteland/dead-4",
"wasteland/dead-5",
"wasteland/dead-6"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.4,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"misc/shrub-1",
"misc/shrub-2",
"misc/shrub-3",
"misc/shrub-4",
"misc/shrub-5",
"misc/shrub-6"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"wasteland/stone-1",
"wasteland/stone-2",
"wasteland/stone-3",
"wasteland/stone-4",
"wasteland/stone-5",
"wasteland/stone-6",
"wasteland/stone-7"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
}
],
"name": "Rotten Swampy Marsh",
"layers": [
{
"style": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [
{
"weight": 3,
"block": "grass_block"
},
{
"block": "podzol"
},
{
"block": "coarse_dirt"
},
{
"weight": 4,
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 7,
"max": 3,
"generator": "mountain"
}
],
"biomeZoom": 9,
"derivative": "SWAMP_HILLS",
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"rarity": 12
}