mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
154 lines
3.7 KiB
JSON
154 lines
3.7 KiB
JSON
{
|
|
"name": "Mushroom",
|
|
"landBiomes": [
|
|
"mushroom/mushroom-forest",
|
|
"mushroom/mushroom-forest-hills",
|
|
"mushroom/mushroom-plains"
|
|
],
|
|
"shoreBiomes": [
|
|
"mushroom/mushroom-beach"
|
|
],
|
|
"seaBiomes": [
|
|
"mushroom/mushroom-ocean"
|
|
],
|
|
"blockDrops": [
|
|
{
|
|
"drops": [
|
|
{
|
|
"type": "red_mushroom",
|
|
"rarity": 8
|
|
},
|
|
{
|
|
"type": "brown_mushroom",
|
|
"rarity": 8
|
|
}
|
|
],
|
|
"blocks": [
|
|
{
|
|
"block": "mycelium"
|
|
},
|
|
{
|
|
"block": "mushroom_stem"
|
|
},
|
|
{
|
|
"block": "red_mushroom_block"
|
|
},
|
|
{
|
|
"block": "brown_mushroom_block"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"riverStyle": {
|
|
"style": "VASCULAR",
|
|
"zoom": 4.77,
|
|
"fracture": {
|
|
"multiplier": 240,
|
|
"style": "IRIS",
|
|
"zoom": 5
|
|
}
|
|
},
|
|
"spotBiomes": [
|
|
{
|
|
"biome": "mushroom/mushroom-crimson-forest",
|
|
"scale": 0.78,
|
|
"type": "LAND",
|
|
"shuffle": 44,
|
|
"rarity": 52
|
|
},
|
|
{
|
|
"biome": "mushroom/mushroom-warped-forest",
|
|
"scale": 0.77,
|
|
"type": "LAND",
|
|
"shuffle": 44,
|
|
"rarity": 31
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"chance": 1,
|
|
"bottom": true,
|
|
"place": [
|
|
"deepslate/ds1",
|
|
"deepslate/ds2",
|
|
"deepslate/ds3"
|
|
],
|
|
"enabled": true,
|
|
"xAxis": {
|
|
"interval": 15,
|
|
"max": 360,
|
|
"min": 0
|
|
}
|
|
|
|
},
|
|
{
|
|
"chance": 0.05,
|
|
"bottom": true,
|
|
"density": 1,
|
|
"place": [
|
|
"amethyst/ame1",
|
|
"amethyst/ame2",
|
|
"amethyst/ame3",
|
|
"amethyst/ame4",
|
|
"amethyst/ame5",
|
|
"amethyst/ame6"
|
|
],
|
|
"edit": [
|
|
{
|
|
"find": [
|
|
{
|
|
"block": "glass"
|
|
}
|
|
],
|
|
"replace": {
|
|
"palette": [
|
|
{
|
|
"block": "void_air"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"enabled": true,
|
|
"xAxis": {
|
|
"interval": 90,
|
|
"max": 360,
|
|
"min": 0
|
|
},
|
|
"yAxis": {
|
|
"interval": 90,
|
|
"max": 360,
|
|
"min": 0
|
|
},
|
|
"translate": {"yRandom": 10, "y": 5},
|
|
"bore": true
|
|
|
|
}
|
|
],
|
|
"biomeImplosionRatio": 0.25,
|
|
"landBiomeZoom": 1.25,
|
|
"effects": [
|
|
{
|
|
"particleAltX": 0.00001,
|
|
"particleAway": 1,
|
|
"particleAltY": 0.01885,
|
|
"particleAltZ": 0.00001,
|
|
"chance": 3,
|
|
"particleEffect": "CRIMSON_SPORE",
|
|
"particleDistance": 5,
|
|
"particleOffset": 2,
|
|
"interval": 50,
|
|
"particleCount": 0
|
|
}
|
|
],
|
|
"shoreHeightMin": 3.2,
|
|
"shoreHeightMax": 6.2,
|
|
"loot": {
|
|
"tables": [
|
|
"mushroom-food",
|
|
"mushroom-clutter"
|
|
]
|
|
},
|
|
"shoreHeightZoom": 1.14,
|
|
"rarity": 100
|
|
} |