mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-03 14:12:09 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 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": [
|
|
"global-clutter",
|
|
"global-tools"
|
|
]
|
|
},
|
|
"landBiomeZoom": 3,
|
|
"shoreBiomes": ["tundra/shore/beach"],
|
|
"seaBiomes": ["mountain/sea/river"],
|
|
"entitySpawners": [
|
|
"tundra/land-passive",
|
|
"tundra/land-hostile",
|
|
"tundra/land-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
|
|
}
|