mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
redundandy in mountains
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
"children": [
|
||||
"mountain-forest",
|
||||
"mountain-hills",
|
||||
"mountains-plains-hills",
|
||||
"mountain-lake",
|
||||
"mountain-forest-hills"
|
||||
],
|
||||
"childStyle": {
|
||||
|
||||
@@ -20,9 +20,11 @@
|
||||
],
|
||||
"landBiomes": [
|
||||
"mountain",
|
||||
"mountain-hills",
|
||||
"mountain-forest-hills",
|
||||
"mountain-forest",
|
||||
"mountain-plains",
|
||||
"mountain-plains",
|
||||
"mountain-plains",
|
||||
"mountain-cliffs",
|
||||
"mountain"
|
||||
],
|
||||
"biomeImplosionRatio": 0.25,
|
||||
|
||||
@@ -1,114 +0,0 @@
|
||||
{
|
||||
"name": "Mountains",
|
||||
"landBiomes": [
|
||||
"mountains-plains",
|
||||
"mountain-main",
|
||||
"temperate-lake"
|
||||
],
|
||||
"seaBiomes": [
|
||||
"temperate-soft-river",
|
||||
"temperate-river-loud"
|
||||
],
|
||||
"biomeImplosionRatio": 0.7,
|
||||
"shoreBiomes": [
|
||||
"mountain-beach"
|
||||
],
|
||||
"caveBiomes": [
|
||||
"tundra-spiked-cavern",
|
||||
"temperate-lit-cavern"
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"name": "standard-surface-portals",
|
||||
"chance": 0.001,
|
||||
"place": [
|
||||
"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.20
|
||||
}
|
||||
],
|
||||
"mode": "VACUUM",
|
||||
"carvingSupport": "SURFACE_ONLY"
|
||||
}
|
||||
],
|
||||
"riverStyle": {
|
||||
"style": "VASCULAR",
|
||||
"zoom": 4.77,
|
||||
"fracture": {
|
||||
"multiplier": 240,
|
||||
"style": "IRIS",
|
||||
"zoom": 5
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user