mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
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
158 lines
3.7 KiB
JSON
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
|
|
}
|