9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/regions/swamp.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

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": 15,
"shuffle": 5
}
]
}