9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 12:19:14 +00:00

Fixed Failed categorization

This commit is contained in:
Brian Fopiano
2021-07-29 07:16:58 -07:00
parent f95d90bf24
commit 99b524056c
24 changed files with 24 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
}
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_mountain_middle",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",

View File

@@ -9,6 +9,7 @@
"frozen/vander"
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_mountains",
"waterColor": "#216FC4",
"downfallType": "snow",

View File

@@ -4,6 +4,7 @@
"color": "#48ADEA",
"vanillaDerivative": "SNOWY_TAIGA_MOUNTAINS",
"customDerivitives": [{
"category": "icy",
"id": "frozen_peak",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",

View File

@@ -32,6 +32,7 @@
}
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_pine_hills",
"downfallType": "snow",
"temperature": -3,

View File

@@ -13,6 +13,7 @@
}
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_pine_plains",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",

View File

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

View File

@@ -13,6 +13,7 @@
}
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_plains",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",

View File

@@ -13,6 +13,7 @@
}
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_redwood_forest",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",

View File

@@ -33,6 +33,7 @@
}
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_spruce_plains",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",

View File

@@ -31,6 +31,7 @@
}
],
"customDerivitives": [{
"category": "icy",
"id": "frozen_vander",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",

View File

@@ -10,6 +10,7 @@
"generator": "plain"
}],
"customDerivitives": [{
"category": "mushroom",
"id": "mushroom_hills",
"waterColor": "#B4B2FF",
"foliageColor": "#C9A9FF",

View File

@@ -6,6 +6,7 @@
"vanillaDerivative": "MUSHROOM_FIELDS",
"children": ["mushroom/forest-hills"],
"customDerivitives": [{
"category": "mushroom",
"id": "mushroom_forest",
"waterColor": "#B4B2FF",
"foliageColor": "#C9A9FF",

View File

@@ -5,6 +5,7 @@
"derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELDS",
"customDerivitives": [{
"category": "mushroom",
"id": "mushroom_plains",
"waterColor": "#B4B2FF",
"foliageColor": "#C9A9FF",

View File

@@ -5,6 +5,7 @@
"color": "#FFB641",
"vanillaDerivative": "SAVANNA",
"customDerivitives": [{
"category": "savanna",
"id": "savanna_acacia_denmyre",
"grassColor": "#DFD545",
"foliageColor": "#D6A513",

View File

@@ -6,6 +6,7 @@
"vanillaDerivative": "SAVANNA",
"children": ["savanna/acacia-denmyre"],
"customDerivitives": [{
"category": "savanna",
"id": "savanna_cliffs",
"grassColor": "#DFD545",
"foliageColor": "#D6A513",

View File

@@ -5,6 +5,7 @@
"derivative": "SAVANNA",
"vanillaDerivative": "SAVANNA",
"customDerivitives": [{
"category": "savanna",
"id": "savanna_forest",
"grassColor": "#E2EF3B",
"foliageColor": "#D6A513",

View File

@@ -5,6 +5,7 @@
"color": "#805B21",
"vanillaDerivative": "SAVANNA",
"customDerivitives": [{
"category": "savanna",
"id": "savanna_plateau",
"grassColor": "#FFCB31",
"foliageColor": "#D6A513",

View File

@@ -6,6 +6,7 @@
"vanillaDerivative": "SAVANNA",
"children": ["savanna/cliff"],
"customDerivitives": [{
"category": "savanna",
"id": "savanna",
"grassColor": "#DFD545",
"foliageColor": "#D6A513",

View File

@@ -10,6 +10,7 @@
"generator": "plain"
}],
"customDerivitives": [{
"category": "swamp",
"id": "swamp_marsh_rotten",
"waterColor": "#684D1A",
"grassColor": "#5C581A",

View File

@@ -11,6 +11,7 @@
"generator": "mountain"
}],
"customDerivitives": [{
"category": "swamp",
"id": "swamp_marsh_rotten",
"waterColor": "#684D1A",
"grassColor": "#5C581A",

View File

@@ -9,6 +9,7 @@
"min": 2
}],
"customDerivitives": [{
"category": "forest",
"id": "tropical_mountain_water",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"

View File

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

View File

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

View File

@@ -10,6 +10,7 @@
"generator": "plain"
}],
"customDerivitives": [{
"category": "forest",
"id": "tundra_taiga",
"grassColor": "#7BA13C",
"waterColor": "#80B4C6",