9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/iris.overworld.infested/biomes/infested-rainforest.json
2020-07-22 22:09:26 -07:00

215 lines
5.5 KiB
JSON

{
"name": "Infested Rainforest",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"dispersion": "WISPY",
"palette": [
"MYCELIUM",
"PODZOL",
"COARSE_DIRT"
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"dispersion": "SCATTER",
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"objects": [
{
"chance": 0.09,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": false
},
"place": [
"mushroom-black/BMush1",
"mushroom-black/BMush2",
"mushroom-black/BMush3",
"mushroom-black/BMush4",
"mushroom-black/BMush5",
"mushroom-black/BMush6",
"mushroom-black/BMush7",
"mushroom-black/BMush8",
"mushroom-black/BMush9",
"mushroom-black/BMush10"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.09,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": false
},
"place": [
"mushroom-gray/GMush1",
"mushroom-gray/GMush2",
"mushroom-gray/GMush3",
"mushroom-gray/GMush4",
"mushroom-gray/GMush5",
"mushroom-gray/GMush6",
"mushroom-gray/GMush7",
"mushroom-gray/GMush8",
"mushroom-gray/GMush9"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.09,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": false
},
"place": [
"mushroom-purple/PMush1",
"mushroom-purple/PMush2",
"mushroom-purple/PMush3",
"mushroom-purple/PMush4",
"mushroom-purple/PMush5",
"mushroom-purple/PMush6",
"mushroom-purple/PMush7",
"mushroom-purple/PMush8",
"mushroom-purple/PMush9",
"mushroom-purple/PMush10"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"chance": 0.09,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": false
},
"place": [
"mushroom-red/RMush1",
"mushroom-red/RMush2",
"mushroom-red/RMush3",
"mushroom-red/RMush4",
"mushroom-red/RMush5",
"mushroom-red/RMush6",
"mushroom-red/RMush7",
"mushroom-red/RMush8",
"mushroom-red/RMush9",
"mushroom-red/RMush10"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}, {
"chance": 0.0001,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": false
},
"place": [
"mushroom-red/fantasy_mushroom_red1",
"mushroom-red/fantasy_mushroom_red2",
"mushroom-red/fantasy_mushroom_red3",
"mushroom-red/fantasy_mushroom_red4"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
],
"generators":[
{
"generator": "plain",
"min": 4,
"max": 7
},
{
"generator": "wavy",
"min": 2,
"max": 7
}
],
"decorators":[
{
"zoom": 10,
"stackMax": 1,
"stackMin": 1,
"chance": 0.009,
"palette": [
"WARPED_FUNGUS",
"CRIMSON_FUNGUS",
"RED_MUSHROOM",
"BROWN_MUSHROOM"
],
"verticalVarience": "SCATTER",
"verticalZoom": 88,
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"derivative": "JUNGLE",
"biomeDispersion": "WISPY",
"biomeZoom": 75
}