9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00
Files
Iris-Pack-EarthWorld/regions/mushroom.json
Brian Fopiano d4eda84049 If you have a fucking change, make it a pr dan
and this change ruined oceans / islands, so thats not changed, it also borked the mesa children stacking so no to that too. but oh well
2021-07-10 13:56:13 -07:00

158 lines
3.7 KiB
JSON

{
"name": "Mushroom",
"landBiomes": [
"mushroom/mus-forest",
"mushroom/mus-forest-hills",
"mushroom/mus-plains"
],
"shoreBiomes": ["mushroom/mus-beach"],
"jigsawStructures": [
{
"structure": "murky_stronghold",
"rarity": 750
}
],
"seaBiomes": ["ocean/oce-mus-ocean"],
"caveBiomes": [
"cave/tundra-cavern",
"cave/murky-cavern-gleaming",
"cave/spiked-cavern"
],
"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/mus-crimson-forest",
"scale": 0.78,
"type": "LAND",
"shuffle": 44,
"rarity": 52
},
{
"biome": "mushroom/mus-warped-forest",
"scale": 0.77,
"type": "LAND",
"shuffle": 44,
"rarity": 31
}
],
"deposits": [{
"minHeight": 15,
"maxPerChunk": 6,
"maxHeight": 122,
"minPerChunk": 4,
"minSize": 3,
"maxSize": 5,
"palette": [
{"block": "mushroom_stem"},
{"block": "stone"}
],
"varience": 4
}],
"objects": [{
"heightmap": {
"seed": 1337,
"style": {
"style": "SIMPLEX",
"multiplier": 10
},
"offsetY": 5
},
"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": 2
}
}],
"biomeImplosionRatio": 0.25,
"landBiomeZoom": 1.85,
"effects": [
{
"particleAltX": 1.0E-5,
"particleAway": 1,
"particleAltY": 0.01885,
"particleAltZ": 1.0E-5,
"chance": 3,
"particleEffect": "CRIMSON_SPORE",
"particleDistance": 5,
"particleOffset": 2,
"interval": 50,
"particleCount": 0
},
{
"volume": 6.2,
"minPitch": 0.2,
"chance": 8,
"maxPitch": 0.3,
"sound": "AMBIENT_WARPED_FOREST_ADDITIONS",
"interval": 60000,
"soundDistance": 3
}
],
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-clutter",
"global-tools",
"global-treasure",
"mushroom-clutter",
"mushroom-food"
]
},
"shoreHeightZoom": 1.14,
"rarity": 100
}