9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/mushroom-plains.json
2020-11-23 02:11:45 -05:00

313 lines
7.9 KiB
JSON

{
"effects": [
{
"volume": 6.2,
"minPitch": 0.2,
"chance": 8,
"maxPitch": 0.3,
"sound": "AMBIENT_WARPED_FOREST_ADDITIONS",
"interval": 6000,
"soundDistance": 3
}
],
"entityInitialSpawns": [
{
"maxSpawns": 5,
"minSpawns": 2,
"entity": "mooshroom",
"rarity": 5
}
],
"children": [
"mushroom-forest"
],
"vanillaDerivative": "MUSHROOM_FIELDS",
"decorators": [
{
"chance": 0.005,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.007,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "red_mushroom"
},
{
"block": "brown_mushroom"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"chance": 0.08,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.08,
"density": 2,
"edit": [
{
"find": [
{"block":"red_mushroom_block"}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.025,
"density": 1,
"edit": [
{
"find": [
{"block":"red_mushroom_block"}
],
"replace": {
"palette": [
{
"block": "brown_mushroom_block"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.1,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"shroom/mushclutt1",
"shroom/mushclutt2",
"shroom/mushclutt3",
"shroom/mushclutt4",
"shroom/mushclutt5"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
],
"name": "Mushroom Plains",
"layers": [
{
"zoom": 0.3,
"style": {
"style": "IRIS"
},
"palette": [
{
"weight": 7,
"block": "mycelium"
},
{
"block": "gravel"
},
{
"weight": 9,
"block": "mycelium"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 3,
"max": 8,
"generator": "plain"
}
],
"derivative": "MUSHROOM_FIELDS",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"weight": 2,
"block": "air"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"weight": 2,
"block": "cobblestone_slab"
},
{
"weight": 3,
"block": "air"
}
]
}
}