9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/regions/swamp.json
Brian Fopiano 64dfad6f13 Added the deepslate to the regions
I did not make it jigsaw for the sheer amount of deep-slate i needed to add
2021-06-23 19:57:32 -07:00

106 lines
2.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"
],
"clamp": {
"maximumHeight": 7
},
"rotation": {
"enabled": true,
"xAxis": {
"interval": 15,
"max": 360,
"min": 0
}
}
}
],
"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
}