mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 12:19:06 +00:00
150 lines
3.5 KiB
JSON
150 lines
3.5 KiB
JSON
{
|
|
"name": "Tundra",
|
|
"color": "#3CD0B1",
|
|
"landBiomes": [
|
|
"tundra/tun-taiga",
|
|
"tundra/tun-redwood-forest",
|
|
"tundra/tun-sequia-redwoods",
|
|
"tundra/tun-magic-forest",
|
|
"tundra/tun-forest",
|
|
"tundra/tun-spruce-denmyre",
|
|
"tundra/tun-lake",
|
|
"tundra/tun-mountains",
|
|
"tundra/tun-mountains",
|
|
"tundra/tun-mountains-cliffs",
|
|
"mountain/mtn-mountain",
|
|
"mountain/mtn-hills",
|
|
"mountain/mtn-forest-hills",
|
|
"mountain/mtn-forest",
|
|
"mountain/mtn-plains",
|
|
"mountain/mtn-cliffs",
|
|
"mountain/mtn-mountain"
|
|
],
|
|
"shoreBiomes": ["tundra/tun-beach"],
|
|
"seaBiomes": ["ocean/oce-tun-river"],
|
|
"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": ["ocean/oce-tun-river"],
|
|
"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
|
|
}
|