mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
165 lines
4.2 KiB
JSON
165 lines
4.2 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": "FLAT"},
|
|
"offsetY": 4
|
|
},
|
|
"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": 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
|
|
}
|
|
}
|
|
],
|
|
"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
|
|
}
|