9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 20:56:31 +00:00
Files
Iris-Pack-Overworld/regions/swamp.json
Brian Fopiano 5d9bdeb0f2 Addy the Ammy
2021-06-24 02:21:25 -07:00

144 lines
3.3 KiB
JSON

{
"name": "Swamp",
"landBiomes": [
"swamp/swamp-roofed-forest",
"swamp/swamp-willow-forest",
"swamp/swamp-lake",
"swamp/swamp-roofed-wayward",
"swamp/swamp-marsh"
],
"shoreBiomes": [
"swamp/swamp-beach"
],
"seaBiomes": [
"swamp/swamp-ocean",
"swamp/swamp-ocean-tree"
],
"caveBiomes": [
"swamp/swamp-murky-cavern",
"swamp/swamp-murky-cavern-gleaming"
],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"biomeImplosionRatio": 0.26,
"deposits": [
{
"minHeight": 35,
"maxPerChunk": 3,
"maxHeight": 70,
"minPerChunk": 1,
"minSize": 4,
"maxSize": 9,
"palette": [
{
"block": "coal_ore"
}
],
"varience": 4
}
],
"objects": [
{
"chance": 1,
"bottom": true,
"place": [
"deepslate/ds1",
"deepslate/ds2",
"deepslate/ds3"
],
"enabled": true,
"xAxis": {
"interval": 15,
"max": 360,
"min": 0
}
},
{
"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": 5},
"bore": true
}
],
"landBiomeZoom": 1.25,
"shoreHeightMin": 0.02,
"shoreHeightMax": 1.2,
"loot": {
"tables": [
"swamp-food",
"swamp-clutter"
]
},
"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
}