9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/regions/swamp.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

87 lines
1.8 KiB
JSON

{
"blockDrops": [
{
"drops": [
{
"type": "slime_ball",
"rarity": 24
}
],
"blocks": [
{
"block": "grass_block"
},
{
"block": "dark_oak_leaves"
},
{
"block": "grass"
},
{
"block": "tall_grass"
}
]
}
],
"structures": [
{
"tileset": "murky-stronghold",
"height": 26,
"rarity": 5,
"ratio": 0.9,
"zoom": 0.5
},
{
"tileset": "ruins",
"rarity": 20,
"shuffle": 22,
"ratio": 0.9,
"zoom": 0.5
}
],
"landBiomes": [
"swamp-roofed-forest",
"swamp-mountain-forest",
"swamp-willow-forest",
"swamp-roofed-wayward",
"swamp-marsh"
],
"biomeImplosionRatio": 0.26,
"seaBiomes": [
"swamp-ocean"
],
"deposits": [
{
"minHeight": 35,
"maxPerChunk": 3,
"maxHeight": 70,
"minPerChunk": 1,
"minSize": 4,
"maxSize": 9,
"palette": [
{
"block": "coal_ore"
}
],
"varience": 4
}
],
"caveBiomes": [
"swamp-murky-cavern"
],
"landBiomeZoom": 1.25,
"shoreHeightMin": 1.2,
"shoreBiomes": [
"swamp-beach"
],
"name": "Swamp",
"shoreHeightMax": 2.2,
"loot": {
"tables": [
"swamp-food",
"swamp-clutter"
]
},
"shoreHeightZoom": 1.14,
"rarity": 5
}