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 0b59f24de3 Beautify
2021-07-20 13:29:35 -04:00

157 lines
3.6 KiB
JSON

{
"name": "Swamp",
"color": "#68411E",
"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
}
},
"entityInitialSpawns": [
{
"entity": "chicken",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 16
},
{
"entity": "cow",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 16
},
{
"entity": "pig",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 8
},
{
"entity": "sheep",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 12
},
{
"entity": "wolf",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 28
}
],
"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": [
"structures/amethyst1",
"structures/amethyst2",
"structures/amethyst3",
"structures/amethyst4",
"structures/amethyst5",
"structures/amethyst6"
],
"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": 3
}