9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/regions/mushroom.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

61 lines
1.3 KiB
JSON

{
"name": "Mushroom",
"rarity": 14,
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"mushroom-forest",
"mushroom-plains"
],
"seaBiomes": [
"mushroom-ocean"
],
"shoreBiomes": [
"mushroom-beach"
],
"loot": {
"tables": [
"musroom-food",
"mushroom-clutter"
]
},
"blockDrops": [
{
"blocks": [
"MYCELIUM",
"MUSHROOM_STEM",
"BROWN_MUSHROOM_BLOCK",
"RED_MUSHROOM_BLOCK"
],
"drops": [
{
"type": "RED_MUSHROOM",
"rarity": 8
},
{
"type": "BROWN_MUSHROOM",
"rarity": 8
}
]
}
],
"spotBiomes": [
{
"biome": "mushroom-crimson-forest",
"type": "LAND",
"scale": 0.78,
"rarity": 262,
"shuffle": 44
},
{
"biome": "mushroom-warped-forest",
"type": "LAND",
"scale": 0.77,
"rarity": 261,
"shuffle": 44
}
]
}