9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/regions/swamp.json
2021-07-04 16:54:47 -07:00

176 lines
4.5 KiB
JSON

{
"name": "Swamp",
"landBiomes": [
"swamp/roofed-forest",
"swamp/willow-forest",
"swamp/lake",
"swamp/roofed-wayward",
"swamp/marsh"
],
"shoreBiomes": [
"swamp/beach"
],
"seaBiomes": [
"swamp/ocean",
"swamp/ocean-tree"
],
"caveBiomes": [
"swamp/murky-cavern",
"swamp/murky-cavern-gleaming"
],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"jigsawStructures": [
{
"rarity": 1050,
"structure": "pillager"
},
{
"rarity": 1000,
"structure": "village-tundra"
}
],
"biomeImplosionRatio": 0.26,
"deposits": [
{
"minHeight": 35,
"maxPerChunk": 3,
"maxHeight": 70,
"minPerChunk": 1,
"minSize": 4,
"maxSize": 9,
"palette": [
{
"block": "coal_ore"
}],
"varience": 4
},
{
"minHeight": 35,
"maxPerChunk": 5,
"maxHeight": 70,
"minPerChunk": 4,
"minSize": 4,
"maxSize": 9,
"palette": [
{
"block": "iron_ore"
}],
"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}
}
],
"landBiomeZoom": 1.25,
"shoreHeightMin": 0.02,
"shoreHeightMax": 1.2,
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-clutter",
"global-tools",
"global-treasure",
"swamp-clutter",
"swamp-food"
]
},
"shoreHeightZoom": 1.14,
"blockDrops": [
{
"drops": [
{
"type": "slime_ball", "rarity": 24
}],
"blocks": [
{
"block": "grass_block"
},
{
"block": "dark_oak_leaves"
},
{
"block": "grass"
},
{
"block": "tall_grass"
}
]
}
],
"rarity": 40
}