mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
156 lines
3.7 KiB
JSON
156 lines
3.7 KiB
JSON
{
|
|
"name": "Mushroom",
|
|
"color": "#DD86DC",
|
|
"landBiomes": [
|
|
"mushroom/mus-forest",
|
|
"mushroom/mus-crimson-forest",
|
|
"mushroom/mus-forest-hills",
|
|
"mushroom/mus-plains",
|
|
"mushroom/mus-warped-forest"
|
|
],
|
|
"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
|
|
}
|
|
},
|
|
"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": [
|
|
"structures/amethyst1",
|
|
"structures/amethyst2",
|
|
"structures/amethyst3",
|
|
"structures/amethyst4",
|
|
"structures/amethyst5",
|
|
"structures/amethyst6"
|
|
],
|
|
"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
|
|
}
|
|
],
|
|
"entityInitialSpawns": [
|
|
{
|
|
"entity": "mooshroom",
|
|
"maxSpawns": 4,
|
|
"minSpawns": 1,
|
|
"rarity": 12
|
|
},
|
|
{
|
|
"entity": "cow",
|
|
"maxSpawns": 2,
|
|
"rarity": 20
|
|
}
|
|
],
|
|
"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": 12
|
|
}
|