mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
70 lines
1.4 KiB
JSON
70 lines
1.4 KiB
JSON
{
|
|
"name": "Swamp",
|
|
"rarity": 2,
|
|
"biomeImplosionRatio": 0.26,
|
|
"shoreHeightMin": 1.2,
|
|
"shoreHeightMax": 2.2,
|
|
"shoreHeightZoom": 1.14,
|
|
"landBiomeZoom": 1.25,
|
|
"landBiomes": [
|
|
"swamp-roofed",
|
|
"swamp-mountains",
|
|
"swamp-willow-forest",
|
|
"swamp-roofed-marsh"
|
|
],
|
|
"seaBiomes": [
|
|
"swamp-ocean"
|
|
],
|
|
"shoreBiomes": [
|
|
"swamp-beach"
|
|
],
|
|
"caveBiomes": [
|
|
"swamp-murky-cavern"
|
|
],
|
|
"loot": {
|
|
"tables": [
|
|
"swamp-food",
|
|
"swamp-clutter"
|
|
]
|
|
},
|
|
"blockDrops": [
|
|
{
|
|
"blocks": [
|
|
"GRASS_BLOCK",
|
|
"DARK_OAK_LEAVES",
|
|
"GRASS",
|
|
"TALL_GRASS"
|
|
],
|
|
"drops": [
|
|
{
|
|
"type": "SLIME_BALL",
|
|
"rarity": 24
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"deposits": [
|
|
{
|
|
"minHeight": 35,
|
|
"maxHeight": 67,
|
|
"minSize": 4,
|
|
"maxSize": 9,
|
|
"minPerChunk": 1,
|
|
"maxPerChunk": 3,
|
|
"varience": 4,
|
|
"palette": [
|
|
"COAL_ORE"
|
|
]
|
|
}
|
|
],
|
|
"structures": [
|
|
{
|
|
"tileset": "murky-stronghold",
|
|
"zoom": 0.25,
|
|
"ratio": 0.05,
|
|
"height": 25,
|
|
"rarity": 35,
|
|
"shuffle": 5
|
|
}
|
|
]
|
|
} |