9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/regions/tundra.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

81 lines
1.7 KiB
JSON

{
"riverBiomes": [
"tundra-river"
],
"landBiomes": [
"tundra-taiga",
"tundra-redwoods-forest",
"tundra-spruce-denmyre",
"tundra-mountains",
"rocky-mountains",
"tundra-mountains-huge"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"tundra-ocean"
],
"deposits": [
{
"minHeight": 15,
"maxPerChunk": 3,
"maxHeight": 60,
"minPerChunk": 2,
"minSize": 1,
"maxSize": 2,
"palette": [
{
"block": "emerald_ore"
}
],
"varience": 2
}
],
"riverRarity": 1,
"caveBiomes": [
"tundra-cavern",
"tundra-spiked-cavern"
],
"structures": [
{
"tileset": "murky-stronghold",
"height": 26,
"rarity": 7,
"shuffle": 22,
"ratio": 0.9,
"zoom": 0.5
},
{
"tileset": "village-stone",
"rarity": 25,
"shuffle": 22,
"ratio": 0.9,
"zoom": 0.5
}
],
"landBiomeZoom": 1.25,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"shoreHeightMin": 2.2,
"shoreBiomes": [
"tundra-beach",
"tundra-beach-stone"
],
"name": "Tundra",
"shoreHeightMax": 5.2,
"loot": {
"tables": [
"cold-food",
"cold-treasure"
]
},
"shoreHeightZoom": 1.14,
"riverThickness": 0.025
}