9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/regions/swamp.json
RaydenKonig 23f234f3d4 mountains swamp
I think that the swamp should not have mountains
2021-06-16 09:39:38 -03:00

83 lines
1.7 KiB
JSON

{
"blockDrops": [
{
"drops": [
{
"type": "slime_ball",
"rarity": 24
}
],
"blocks": [
{
"block": "grass_block"
},
{
"block": "dark_oak_leaves"
},
{
"block": "grass"
},
{
"block": "tall_grass"
}
]
}
],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"landBiomes": [
"swamp-roofed-forest",
"swamp-willow-forest",
"swamp-lake",
"swamp-roofed-wayward",
"swamp-marsh"
],
"biomeImplosionRatio": 0.26,
"seaBiomes": [
"swamp-ocean",
"swamp-ocean-tree"
],
"deposits": [
{
"minHeight": 35,
"maxPerChunk": 3,
"maxHeight": 70,
"minPerChunk": 1,
"minSize": 4,
"maxSize": 9,
"palette": [
{
"block": "coal_ore"
}
],
"varience": 4
}
],
"caveBiomes": [
"swamp-murky-cavern",
"swamp-murky-cavern-gleaming"
],
"landBiomeZoom": 1.25,
"shoreHeightMin": 0.02,
"shoreBiomes": [
"swamp-beach"
],
"name": "Swamp",
"shoreHeightMax": 1.2,
"loot": {
"tables": [
"swamp-food",
"swamp-clutter"
]
},
"shoreHeightZoom": 1.14,
"rarity": 40
}