9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/regions/tropical.json
Brian Fopiano d4eda84049 If you have a fucking change, make it a pr dan
and this change ruined oceans / islands, so thats not changed, it also borked the mesa children stacking so no to that too. but oh well
2021-07-10 13:56:13 -07:00

158 lines
4.4 KiB
JSON

{
"name": "Tropical",
"landBiomes": [
"tropical/tro-rainforest",
"tropical/tro-plains",
"tropical/tro-bamboo-forest",
"tropical/tro-plains",
"tropical/tro-rainforest-wicked",
"tropical/tro-wilds",
"tropical/tro-volcanic-plains",
"tropical/tro-mountain-extreme",
"tropical/tro-mountain"
],
"shoreBiomes": [
"tropical/tro-island-beach",
"tropical/tro-beach",
"tropical/tro-beach-bamboo"
],
"seaBiomes": [
"ocean/oce-tro-ocean",
"ocean/oce-tro-river-soft"
],
"caveBiomes": [
"cave/tropical-cavern",
"cave/cavern-coral",
"cave/cavern-root"
],
"biomeImplosionRatio": 0.25,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"jigsawStructures": [
{
"structure": "murky_stronghold",
"rarity": 750
}
],
"deposits": [{
"minHeight": 25,
"maxPerChunk": 3,
"maxHeight": 40,
"minPerChunk": 1,
"minSize": 1,
"maxSize": 2,
"palette": [{"block": "emerald_ore"}],
"varience": 2
}],
"landBiomeZoom": 1.85,
"shoreHeightMin": 3.2,
"shoreHeightMax": 9.2,
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-clutter",
"global-tools",
"tropical-treasure",
"tropical-food",
"forest-food"
]
},
"objects": [
{
"heightmap": {
"seed": 1337,
"style": {
"style": "SIMPLEX",
"multiplier": 10
},
"offsetY": 5
},
"chance": 0.05,
"bottom": true,
"density": 1,
"place": [
"amethyst/ame1",
"amethyst/ame2",
"amethyst/ame3",
"amethyst/ame4",
"amethyst/ame5",
"amethyst/ame6"
],
"edit": [{
"find": [{"block": "glass"}],
"replace": {"palette": [{"block": "void_air"}]}
}],
"enabled": true,
"xAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"yAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"translate": {
"yRandom": 10,
"y": 2
}
},
{
"name": "standard-surface-portals",
"chance": 0.001,
"place": [
"global-clutter/BigSwordPortal-unlit-1",
"global-clutter/BigSwordPortal-lit-1",
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [{"block": "gold_block"}],
"replace": {"palette": [{"block": "air"}]},
"chance": 0.1
},
{
"find": [{"block": "netherrack"}],
"replace": {"palette": [{"block": "magma_block"}]},
"chance": 0.07
},
{
"find": [{"block": "obsidian"}],
"replace": {"palette": [{"block": "crying_obsidian"}]},
"chance": 0.15
},
{
"find": [{"block": "lava"}],
"replace": {"palette": [{"block": "magma_block"}]},
"chance": 0.2
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
}
],
"shoreHeightZoom": 2.14,
"rarity": 4
}