9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/mushroom/mus-plains.json

240 lines
6.5 KiB
JSON

{
"name": "Mushroom Plains",
"derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELDS",
"layers": [
{
"zoom": 0.3,
"style": {"style": "IRIS"},
"palette": [
{
"weight": 7,
"block": "mycelium"
},
{
"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": 6,
"max": 14,
"generator": "plain"
}],
"jigsawStructures": [{
"rarity": 150,
"structure": "mush-huts"
}],
"entityInitialSpawns": [{
"maxSpawns": 6,
"minSpawns": 2,
"entity": "mooshroom",
"rarity": 3
}],
"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
}
}
],
"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"
}
]
}
}