9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/regions/mushroom.json
Daniel Mills 8130712bf2 Slope fixes
2020-11-23 02:11:38 -05:00

97 lines
2.2 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"
}
]
}
],
"structures": [
{
"tileset": "murky-stronghold",
"height": 26,
"rarity": 6,
"ratio": 0.9,
"zoom": 0.5
},
{
"tileset": "mush-huts",
"rarity": 10,
"ratio": 0.9,
"zoom": 0.55
}
],
"spotBiomes": [
{
"biome": "mushroom-crimson-forest",
"scale": 0.78,
"type": "LAND",
"shuffle": 44,
"rarity": 262
},
{
"biome": "mushroom-warped-forest",
"scale": 0.77,
"type": "LAND",
"shuffle": 44,
"rarity": 261
}
],
"landBiomes": [
"mushroom-forest"
],
"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": 17
}