9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/regions/tropical.json
2020-09-14 08:23:57 -04:00

65 lines
1.4 KiB
JSON

{
"spotBiomes": [
{
"as": "SEA",
"biome": "tropical-submerged-volcanic",
"scale": 10,
"type": "SEA",
"shuffle": 1,
"rarity": 286
},
{
"as": "LAND",
"biome": "tropical-rainforest-island",
"scale": 2.65,
"type": "SEA",
"rarity": 139
}
],
"landBiomes": [
"tropical-rainforest",
"tropical-bamboo-forest",
"tropical-island-beach",
"tropical-rainforest-wicked"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"tropical-ocean"
],
"deposits": [
{
"minHeight": 25,
"maxPerChunk": 1,
"maxHeight": 157,
"minPerChunk": 0,
"minSize": 1,
"maxSize": 2,
"palette": [
{
"block": "emerald_ore"
}
],
"varience": 2
}
],
"caveBiomes": [
"tropical-cavern",
"tropical-cavern-coral",
"tropical-cavern-root"
],
"landBiomeZoom": 1.25,
"shoreHeightMin": 3.2,
"shoreBiomes": [
"tropical-beach",
"tropical-beach-bamboo"
],
"name": "Tropical",
"shoreHeightMax": 9.2,
"loot": {
"tables": [
"tropical-food",
"tropical-treasure"
]
},
"shoreHeightZoom": 2.14
}