9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

Categorical Fixes

This commit is contained in:
Brian Fopiano
2021-07-29 07:57:22 -07:00
parent 68339edea7
commit 1ee809449a
10 changed files with 41 additions and 22 deletions

View File

@@ -32,6 +32,7 @@
}
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_hills",
"waterColor": "#216FC4",
"downfallType": "snow",

View File

@@ -34,6 +34,7 @@
}
],
"customDerivitives": [{
"category": "extreme_hills",
"id": "frozen_mountaincliff",
"downfallType": "snow",
"temperature": -3,
@@ -58,9 +59,14 @@
}
],
"generators": [{
"min": 14,
"max": 65,
"min": 4,
"max": 30,
"generator": "plain-cliffs"
},
{
"min": 10,
"max": 40,
"generator": "mountain"
}],
"biomeScatter": [
"ICE_SPIKES",

View File

@@ -10,6 +10,7 @@
"frozen/mountain-cliffs"
],
"customDerivitives": [{
"category": "extreme_hills",
"id": "frozen_mountain",
"waterColor": "#216FC4",
"downfallType": "snow",

View File

@@ -13,10 +13,11 @@
"waterColor": "#E2EF3B",
"downfallType": "none"
}],
"generators": [{
"min": 9,
"max": 28,
"generator": "plain"
"generators": [
{
"min": 5,
"max": 15,
"generator": "plain-cliffs"
}],
"jigsawStructures": [
{

View File

@@ -11,7 +11,7 @@
"generator": "mountain"
}],
"customDerivitives": [{
"category": "extreme_hills",
"category": "jungle",
"id": "tropical_volcanic_plains",
"grassColor": "#9BC20D",
"foliageColor": "#9CD320",

View File

@@ -5,7 +5,7 @@
"rarity": 1,
"color": "#50AF52",
"customDerivitives": [{
"category": "extreme_hills",
"category": "jungle",
"id": "tropical_volcanic_lava",
"grassColor": "#BDBF0B",
"foliageColor": "#BDBF0B",

View File

@@ -5,6 +5,7 @@
"rarity": 1,
"color": "#609F61",
"customDerivitives": [{
"category": "jungle",
"id": "tropical_volcano",
"grassColor": "#BDBF0B",
"foliageColor": "#BDBF0B",

View File

@@ -4,14 +4,18 @@
"rarity": 3,
"color": "#3E8F7A",
"vanillaDerivative": "TAIGA_MOUNTAINS",
"generators": [
{
"min": 19,
"max": 28,
"generator": "plain-cliffs"
}
],
"generators": [{
"min": 4,
"max": 10,
"generator": "plain-cliffs"
},
{
"min": 10,
"max": 40,
"generator": "mountain"
}],
"customDerivitives": [{
"category": "forest",
"id": "tundra_forest_cliffs",
"grassColor": "#56B16F",
"waterColor": "#80B4C6",

View File

@@ -12,6 +12,7 @@
}
],
"customDerivitives": [{
"category": "forest",
"id": "tundra_magical_forest_cliffs",
"grassColor": "#B0A747",
"waterColor": "#80B4C6",

View File

@@ -4,14 +4,18 @@
"rarity": 3,
"color": "#5DA899",
"vanillaDerivative": "DARK_FOREST",
"generators": [
{
"min": 30,
"max": 50,
"generator": "plain-cliffs"
}
],
"generators": [{
"min": 4,
"max": 10,
"generator": "plain-cliffs"
},
{
"min": 10,
"max": 40,
"generator": "mountain"
}],
"customDerivitives": [{
"category": "forest",
"id": "tundra_redwood_cliffs",
"grassColor": "#A17E3C",
"waterColor": "#80B4C6",