9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/regions/mushroom.json
2021-06-08 18:40:27 -07:00

93 lines
2.1 KiB
JSON

{
"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-crimson-forest",
"scale": 0.78,
"type": "LAND",
"shuffle": 44,
"rarity": 52
},
{
"biome": "mushroom-warped-forest",
"scale": 0.77,
"type": "LAND",
"shuffle": 44,
"rarity": 31
}
],
"landBiomes": [
"mushroom-forest",
"mushroom-forest-hills",
"mushroom-plains"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"mushroom-ocean"
],
"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,
"shoreBiomes": [
"mushroom-beach"
],
"name": "Mushroom",
"shoreHeightMax": 6.2,
"loot": {
"tables": [
"mushroom-food",
"mushroom-clutter"
]
},
"shoreHeightZoom": 1.14,
"rarity": 100
}