9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/regions/tundra.json
2022-05-16 19:57:58 -07:00

182 lines
4.4 KiB
JSON

{
"name": "Tundra",
"color": "#9CB0B9",
"rarity": 2,
"jigsawStructures": [
{
"structure": "murky_stronghold",
"rarity": 250
}
],
"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": "minecraft:glass"
}
],
"replace": {
"palette": [
{
"block": "minecraft:void_air"
}
]
}
}
],
"enabled": true,
"xAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"yAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"translate": {
"yRandom": 10,
"y": 2
}
}
],
"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-extended",
"tundra/frosted-peaks",
"mountain/forest",
"mountain/plains",
"mountain/cliffs",
"mountain/mountain",
"tundra/ether"
],
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-clutter",
"global-tools",
"cold-treasure",
"cold-food"
]
},
"shoreBiomes": [
"tundra/shore/beach",
"tundra/shore/beach-stone"
],
"seaBiomes": [
"mountain/sea/river"
],
"entitySpawners": [
"tundra/land-passive",
"tundra/land-hostile",
"tundra/land-cave"
],
"riverBiomes": [
"tundra/sea/river",
"tundra/sea/river-rocky",
"mountain/sea/river",
"mountain/sea/river-soft"
],
"deposits": [
{
"minHeight": 20,
"maxPerChunk": 8,
"maxHeight": 102,
"minPerChunk": 2,
"minSize": 3,
"maxSize": 8,
"palette": [
{
"block": "minecraft:emerald_ore"
}
],
"varience": 8
}
],
"riverRarity": 1,
"landBiomeZoom": 4.5,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "NOWHERE",
"zoom": 5
}
},
"shoreHeightMin": 2.2,
"shoreHeightMax": 5.2,
"carving": {
"ravines": [
{
"rarity": 400,
"ravine": "calcite/main"
},
{
"rarity": 250,
"ravine": "rocky/main"
}
],
"caves": [
{
"breakSurface": true,
"cave": "calcite/main",
"rarity": 20,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {
"style": "STATIC"
}
}
},
{
"breakSurface": true,
"cave": "rocky/main",
"rarity": 10,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {
"style": "STATIC"
}
}
}
]
},
"shoreHeightZoom": 1.14,
"riverThickness": 0.025
}