9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00
This commit is contained in:
Brian Fopiano
2021-07-17 20:43:00 -07:00
parent 2cfe4a8b86
commit 71c21fb21b
30 changed files with 67 additions and 28 deletions

View File

@@ -26,6 +26,7 @@
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"

View File

@@ -35,6 +35,7 @@
"id": "fznhills",
"waterColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",

View File

@@ -36,6 +36,7 @@
"customDerivitives": [{
"id": "fznmountaincliff",
"downfallType": "snow",
"temperature": -3,
"waterColor": "#216FC4",
"fogColor": "#B8D0E1",
"waterFogColor": "#216FC4",

View File

@@ -21,6 +21,7 @@
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"

View File

@@ -13,6 +13,7 @@
"id": "fznmountain",
"waterColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",

View File

@@ -12,6 +12,7 @@
"id": "fznmountains",
"waterColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",

View File

@@ -8,6 +8,7 @@
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"

View File

@@ -34,6 +34,7 @@
"customDerivitives": [{
"id": "fznpinehills",
"downfallType": "snow",
"temperature": -3,
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",

View File

@@ -22,6 +22,7 @@
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"

View File

@@ -40,6 +40,7 @@
"id": "fznpines",
"waterColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",

View File

@@ -23,6 +23,7 @@
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],

View File

@@ -21,6 +21,7 @@
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"

View File

@@ -36,6 +36,7 @@
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"

View File

@@ -37,6 +37,7 @@
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"downfallType": "snow",
"temperature": -3,
"fogColor": "#A6D1FF",
"grassColor": "#D0E1FF"
}],

View File

@@ -36,6 +36,7 @@
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],

View File

@@ -5,14 +5,15 @@
"derivative": "SWAMP_HILLS",
"vanillaDerivative": "SWAMP",
"generators": [{
"min": 7,
"max": 3,
"generator": "mountain"
"min": -5,
"max": 4,
"generator": "plain"
}],
"customDerivitives": [
{
"id": "swamprottenmarsh",
"grassColor": "#36750A",
"waterColor": "#684D1A",
"grassColor": "#5C581A",
"spawnRarity": 20,
"spawns": [
{

View File

@@ -12,7 +12,7 @@
}],
"customDerivitives": [{
"id": "trobamboo",
"foliageColor": "#44A906",
"foliageColor": "#20A52F",
"grassColor": "#1E7307",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2",
@@ -99,7 +99,7 @@
"replace": {"palette": [{"block": "air"}]}
},
{
"find": [{"block": "acacia_leaves"}],
"find": [{"block": "birch_leaves"}],
"replace": {"palette": [{
"block": "jungle_leaves",
"data": {"persistent": true}
@@ -107,11 +107,11 @@
},
{
"find": [{"block": "stripped_birch_log"}],
"replace": {"palette": [{"block": "stripped_jungle_log"}]}
"replace": {"palette": [{"block": "jungle_wood"}]}
},
{
"find": [{"block": "stripped_birch_wood"}],
"replace": {"palette": [{"block": "stripped_jungle_wood"}]}
"replace": {"palette": [{"block": "oak_wood"}]}
}
],
"place": [

View File

@@ -11,7 +11,7 @@
}],
"customDerivitives": [{
"id": "trohighlands",
"foliageColor": "#40C42B",
"foliageColor": "#478F04",
"grassColor": "#41A726",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2",

View File

@@ -12,10 +12,10 @@
}],
"customDerivitives": [{
"id": "tromtnextreme",
"foliageColor": "#40C42B",
"foliageColor": "#32A520",
"grassColor": "#5CCA52",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2",
"waterColor": "#3FE727",
"waterFogColor": "#3FE727",
"category": "jungle"
}],
"layers": [

View File

@@ -19,8 +19,8 @@
],
"customDerivitives": [{
"id": "tromtnmiddle",
"foliageColor": "#40C42B",
"grassColor": "#1E7307",
"foliageColor": "#478F04",
"grassColor": "#3FE727",
"waterColor": "#3AB2A2",
"fogColor": "#6DCA87",
"category": "jungle"

View File

@@ -12,7 +12,7 @@
}],
"customDerivitives": [{
"id": "tromountain",
"foliageColor": "#40C42B",
"foliageColor": "#478F04",
"grassColor": "#5CCA52",
"category": "jungle",
"waterColor": "#3AB2A2",

View File

@@ -12,7 +12,7 @@
"customDerivitives": [{
"id": "troplainshills",
"foliageColor": "#40C42B",
"grassColor": "#1E7307",
"grassColor": "#3FE727",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"

View File

@@ -11,7 +11,7 @@
}],
"customDerivitives": [{
"id": "trohills",
"foliageColor": "#40C42B",
"foliageColor": "#16AA27",
"grassColor": "#41A726",
"category": "jungle",
"waterColor": "#3AB2A2",

View File

@@ -11,8 +11,8 @@
}],
"customDerivitives": [{
"id": "troisle",
"foliageColor": "#40C42B",
"grassColor": "#2DAF09",
"foliageColor": "#16AA27",
"grassColor": "#3FE727",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"

View File

@@ -2,7 +2,7 @@
"name": "Tropical Rainforest Wicked",
"derivative": "MODIFIED_JUNGLE",
"rarity": 1,
"color": "10EF15#",
"color": "#10EF15",
"vanillaDerivative": "MODIFIED_JUNGLE_EDGE",
"children": [
"tropical/tro-rainforest-hills",
@@ -12,7 +12,7 @@
"customDerivitives": [{
"id": "trowkd",
"foliageColor": "#478F04",
"grassColor": "#197300",
"grassColor": "#26AC00",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"

View File

@@ -10,6 +10,15 @@
"max": 190,
"generator": "mountain"
}],
"customDerivitives": [
{
"id": "trovolcanoplains",
"grassColor": "#9BC20D",
"foliageColor": "#9CD320",
"fogColor": "#DD793C",
"downfallType": "none"
}
],
"layers": [
{
"style": {

View File

@@ -4,6 +4,15 @@
"vanillaDerivative": "THE_VOID",
"rarity": 1,
"color": "#50AF52",
"customDerivitives": [
{
"id": "trovolcanolava",
"grassColor": "#BDBF0B",
"foliageColor": "#BDBF0B",
"fogColor": "#DD793C",
"downfallType": "none"
}
],
"generators": [
{
"generator": "mountain",

View File

@@ -4,6 +4,15 @@
"vanillaDerivative": "THE_VOID",
"rarity": 1,
"color": "#609F61",
"customDerivitives": [
{
"id": "trovolcanolava",
"grassColor": "#BDBF0B",
"foliageColor": "#BDBF0B",
"fogColor": "#DD793C",
"downfallType": "none"
}
],
"children": ["tropical/tro-volcanoes-lava"],
"generators": [
{

View File

@@ -11,7 +11,7 @@
"generator": "mountain"
}],
"customDerivitives": [{
"id": "tromtnextreme",
"id": "trowilds",
"foliageColor": "#2C8806",
"grassColor": "#183F0E",
"waterColor": "#11BA89",

View File

@@ -5,15 +5,9 @@
"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",
"tropical/tro-plains",
"tropical/tro-mountain",
"tropical/tro-plains",
"tropical/tro-mountain-extreme",
"tropical/tro-wilds",
"tropical/tro-plains-hills"
@@ -21,9 +15,11 @@
"shoreBiomes": [
"tropical/tro-island-beach",
"tropical/tro-beach",
"tropical/tro-submerged-volcanic",
"tropical/tro-beach-bamboo"
],
"seaBiomes": [
"tropical/tro-submerged-volcanic",
"ocean/oce-tro-ocean",
"ocean/oce-tro-river-soft"
],