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
2021-07-04 16:54:47 -07:00

191 lines
5.1 KiB
JSON

{
"name": "Mushroom",
"landBiomes": [
"mushroom/forest",
"mushroom/forest-hills",
"mushroom/plains"
],
"shoreBiomes": [
"mushroom/beach"
],
"seaBiomes": [
"mushroom/ocean"
],
"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/crimson-forest",
"scale": 0.78,
"type": "LAND",
"shuffle": 44,
"rarity": 52
},
{
"biome": "mushroom/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": 5
},
"offsetY": 7
},
"chance": 0.9,
"edit": [
{
"chance": 0.01,
"find": [{"block": "deepslate"}],
"replace": {"palette": [{"block": "deepslate_coal_ore"},{"block": "deepslate_copper_ore"},{"block": "deepslate_diamond_ore"},{"block": "deepslate_emerald_ore"},{"block": "deepslate_gold_ore"},{"block": "deepslate_iron_ore"},{"block": "deepslate_lapis_ore"},{"block": "deepslate_redstone_ore"}]}
}],
"place": [
"deepslate/ds1","deepslate/ds2","deepslate/ds3"],
"enabled": true,
"xAxis": {
"interval": 15,
"max": 360,
"min": 0
}
},
{
"heightmap": {
"seed": 1337,
"style": {
"style": "SIMPLEX", "multiplier": 10
},
"offsetY": 12
},
"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": 15, "y": 10}
}
],
"biomeImplosionRatio": 0.25,
"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
},
{
"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
}