9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/regions/tundra.json
Daniel Mills 27422d569b Beautify
2021-07-23 08:56:57 -04:00

157 lines
3.6 KiB
JSON

{
"name": "Tundra",
"color": "#3CD0B1",
"landBiomes": [
"tundra/taiga",
"tundra/redwood-forest",
"tundra/sequia-redwoods",
"tundra/magic-forest",
"tundra/autumn",
"tundra/forest",
"tundra/spruce-denmyre",
"tundra/mountains",
"tundra/mountains",
"tundra/mountains-cliffs",
"mountain/hills",
"mountain/forest-hills",
"mountain/forest",
"mountain/plains",
"mountain/cliffs",
"mountain/mountain"
],
"shoreBiomes": [
"tundra/shore/beach",
"tundra/shore/beach-stone"
],
"seaBiomes": ["mountain/sea/lake"],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 750
}],
"caveBiomes": [
"cave/tundra-cavern",
"cave/spiked-cavern"
],
"entityInitialSpawns": [
{
"entity": "chicken",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 14
},
{
"entity": "cow",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 14
},
{
"entity": "pig",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 14
},
{
"entity": "sheep",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 14
},
{
"entity": "wolf",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 29
},
{
"entity": "polar-bear",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 20
}
],
"riverBiomes": [
"tundra/sea/river",
"tundra/sea/river-rocky",
"mountain/sea/river",
"mountain/sea/river-soft"
],
"biomeImplosionRatio": 0.25,
"deposits": [{
"minHeight": 15,
"maxPerChunk": 3,
"maxHeight": 60,
"minPerChunk": 2,
"minSize": 1,
"maxSize": 2,
"palette": [{"block": "emerald_ore"}],
"varience": 2
}],
"riverRarity": 1,
"landBiomeZoom": 1.85,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"shoreHeightMin": 2.2,
"shoreHeightMax": 5.2,
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-clutter",
"global-tools",
"cold-treasure",
"cold-food"
]
},
"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
}
}],
"shoreHeightZoom": 1.14,
"riverThickness": 0.025,
"rarity": 2
}