9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00
Files
Iris-Pack-EarthWorld/biomes/swamp-marsh.json
Brian Fopiano 28532843a1 Marsh Shit
2020-09-16 14:15:24 -07:00

185 lines
3.9 KiB
JSON

{
"biomeSkyScatter": [
"SWAMP",
"DESERT",
"BADLANDS"
],
"decorators": [
{
"chance": 0.003,
"variance": {
"style": "STATIC"
},
"zoom": 0.02,
"palette": [
{
"block": "brown_mushroom"
},
{
"block": "red_mushroom"
},
{
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.122,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"block": "large_fern"
},
{
"block": "tall_grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.142,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "grass"
},
{
"block": "fern"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"chance": 0.35,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
}
],
"name": "Swampy Marsh",
"layers": [
{
"style": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [
{
"weight": 3,
"block": "grass_block"
},
{
"block": "podzol"
},
{
"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": -6,
"max": -3,
"generator": "plain-chaotic-fine"
}
],
"biomeZoom": 9,
"derivative": "PLAINS",
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"FOREST",
"TAIGA",
"SWAMP",
"TAIGA_HILLS"
],
"rarity": 4
}