9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/regions/terralost.json
2022-09-16 13:35:08 +02:00

45 lines
1.0 KiB
JSON

{
"name": "Terralost",
"color": "#446600",
"rarity": 2,
"landBiomes": [
"terralost/amethyst-rainforest",
"terralost/amethyst-rainforest",
"terralost/alpine-grove",
"terralost/alpine-highlands"
],
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": ["tropical/dungeon"]
},
"landBiomeZoom": 3,
"shoreBiomes": ["tundra/shore/beach"],
"seaBiomes": ["mountain/sea/river"],
"entitySpawners": [
"tundra/passive",
"tundra/hostile",
"tundra/cave"
],
"shoreHeightMin": 2.2,
"shoreHeightMax": 5.2,
"carving": {
"ravines": [{
"rarity": 25,
"ravine": "calcite/main"
}],
"caves": [{
"breakSurface": true,
"cave": "rocky/main",
"rarity": 50,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
}
}]
},
"shoreHeightZoom": 1.14,
"riverThickness": 0.025
}