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
Brian Fopiano f9b18ba4f5 Lots of changes
2020-09-16 13:52:18 -07:00

86 lines
1.8 KiB
JSON

{
"blockDrops": [
{
"drops": [
{
"type": "slime_ball",
"rarity": 24
}
],
"blocks": [
{
"block": "grass_block"
},
{
"block": "dark_oak_leaves"
},
{
"block": "grass"
},
{
"block": "tall_grass"
}
]
}
],
"structures": [
{
"tileset": "murky-stronghold",
"zoom": 0.25,
"shuffle": 5,
"ratio": 0.05,
"height": 25,
"rarity": 15
},
{
"tileset": "ruins",
"zoom": 1,
"rarity": 600
}
],
"landBiomes": [
"swamp-roofed-forest",
"swamp-mountain-forest",
"swamp-willow-forest",
"swamp-roofed-wayward",
"swamp-marsh"
],
"biomeImplosionRatio": 0.26,
"seaBiomes": [
"swamp-ocean"
],
"deposits": [
{
"minHeight": 35,
"maxPerChunk": 3,
"maxHeight": 67,
"minPerChunk": 1,
"minSize": 4,
"maxSize": 9,
"palette": [
{
"block": "coal_ore"
}
],
"varience": 4
}
],
"caveBiomes": [
"swamp-murky-cavern"
],
"landBiomeZoom": 1.25,
"shoreHeightMin": 1.2,
"shoreBiomes": [
"swamp-beach"
],
"name": "Swamp",
"shoreHeightMax": 2.2,
"loot": {
"tables": [
"swamp-food",
"swamp-clutter"
]
},
"shoreHeightZoom": 1.14,
"rarity": 5
}