9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 12:19:14 +00:00
Files
Iris-Pack-EarthWorld/regions/swamp.json
Brian Fopiano d4eda84049 If you have a fucking change, make it a pr dan
and this change ruined oceans / islands, so thats not changed, it also borked the mesa children stacking so no to that too. but oh well
2021-07-10 13:56:13 -07:00

126 lines
2.9 KiB
JSON

{
"name": "Swamp",
"landBiomes": [
"swamp/swa-roofed-forest",
"swamp/swa-willow-forest",
"swamp/swa-lake",
"swamp/swa-roofed-wayward",
"swamp/swa-marsh"
],
"shoreBiomes": ["swamp/swa-beach"],
"jigsawStructures": [
{
"structure": "murky_stronghold",
"rarity": 750
}
],
"seaBiomes": [
"ocean/oce-swa-ocean",
"ocean/oce-swa-ocean-tree"
],
"caveBiomes": [
"cave/murky-cavern",
"cave/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
},
{
"minHeight": 35,
"maxPerChunk": 5,
"maxHeight": 70,
"minPerChunk": 4,
"minSize": 4,
"maxSize": 9,
"palette": [{"block": "iron_ore"}],
"varience": 4
}
],
"objects": [{
"heightmap": {
"seed": 1337,
"style": {
"style": "SIMPLEX",
"multiplier": 10
},
"offsetY": 5
},
"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": 2
}
}],
"landBiomeZoom": 1.85,
"shoreHeightMin": 0.02,
"shoreHeightMax": 1.2,
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-clutter",
"global-tools",
"global-treasure",
"swamp-clutter",
"swamp-food"
]
},
"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
}