9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/regions/mushroom.json
2020-09-09 22:46:07 -04:00

97 lines
2.1 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": [
"mushroom-food",
"mushroom-clutter"
]
},
"blockDrops": [
{
"blocks": [
{
"block": "mycelium"
},
{
"block": "mushroom_stem"
},
{
"block": "red_mushroom_block"
},
{
"block": "brown_mushroom_block"
}
],
"drops": [
{
"type": "RED_MUSHROOM",
"rarity": 8
},
{
"type": "BROWN_MUSHROOM",
"rarity": 8
}
]
}
],
"structures": [
{
"tileset": "ruins",
"rarity": 600,
"zoom": 1
},
{
"tileset": "mush-huts",
"zoom": 1,
"rarity": 150
}
],
"effects": [
{
"interval": 50,
"particleOffset": 2,
"particleEffect": "CRIMSON_SPORE",
"particleCount": 0,
"particleAltX": 0.00001,
"particleAltY": 0.01885,
"particleAltZ": 0.00001,
"particleAway": 1,
"particleDistance": 5,
"chance": 3
}
],
"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
}
]
}