9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/regions/tropical.json
Brian Fopiano a4d263da7f tweaks and fixes
**Iris Pack Update ** Overworld Pack Updated 
- Reduced the easter heads for the mutagen tropical beach
- Fixed sugar cane looking suspiciously only at 1 level :eyesshaking: (ir all sugar is at 3height, no more mo less) [all beach biomes]
- Fixed Jungle Trees
- Reduced overall ores (global, and biome specific) (largely reduced by demand)
- Less coco underground on jungle trees // higher trees for said edits
- Fixed Sul Temple being a problematic joke with Bore being not on <https://i.imgur.com/lr4KBZc.png> <- example
- Other tweaks
> __You will need to update to see these changes__
Go here to learn to update: <https://iris-worldgen.gitbook.io/project/updates>****
2020-10-23 01:26:17 -07:00

82 lines
1.8 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"
],
"structures": [
{
"tileset": "murky-stronghold",
"height": 26,
"rarity": 10,
"ratio": 0.9,
"zoom": 0.5
},
{
"tileset": "ruins",
"rarity": 23,
"shuffle": 22,
"ratio": 0.9,
"zoom": 0.5
}
],
"deposits": [
{
"minHeight": 25,
"maxPerChunk": 1,
"maxHeight": 40,
"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",
"tropical-beach-charred"
],
"name": "Tropical",
"shoreHeightMax": 9.2,
"loot": {
"tables": [
"tropical-food",
"tropical-treasure"
]
},
"shoreHeightZoom": 2.14
}