9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00

Colormap, Heightmap, Cavegen, and more

This commit is contained in:
Brian Fopiano
2022-01-14 10:05:05 -08:00
parent ec412502af
commit 04f93a95fb
137 changed files with 259 additions and 257 deletions

View File

@@ -25,9 +25,9 @@ Roadmap
- [ ] Add biomes for 1.18 (Black/White Divinity, Underground Lava/water pools, Crimson/Corruption)
- [X] Bigger caves overall for 1.18 advantages
- [X] More carving
- [X] Lava
- [X] Entities...
- [ ] more ideas soon...
- [ ]

View File

@@ -1,6 +1,6 @@
{
"name": "Frozen Hills",
"color": "#7598EF",
"color": "#3B98C2",
"rarity": 1,
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",

View File

@@ -3,7 +3,7 @@
"derivative": "FROZEN_PEAKS",
"rarity": 3,
"vanillaDerivative": "FROZEN_PEAKS",
"color": "#447AFF",
"color": "#3090BB",
"layers": [
{
"minHeight": 0,

View File

@@ -1,6 +1,6 @@
{
"name": "Frozen Mountain Middle",
"color": "#537BDF",
"color": "#2686B0",
"derivative": "FROZEN_PEAKS",
"rarity": 1,
"vanillaDerivative": "FROZEN_PEAKS",

View File

@@ -1,7 +1,7 @@
{
"name": "Frozen Mountains",
"derivative": "FROZEN_PEAKS",
"color": "#717E9F",
"color": "#1E83AF",
"rarity": 1,
"vanillaDerivative": "FROZEN_PEAKS",
"children": [

View File

@@ -1,6 +1,6 @@
{
"name": "Frozen Mountains",
"color": "#BABFE9",
"color": "#167DA9",
"rarity": 1,
"derivative": "FROZEN_PEAKS",
"vanillaDerivative": "FROZEN_PEAKS",

View File

@@ -1,7 +1,7 @@
{
"name": "Frozen Peak",
"derivative": "SNOWY_TAIGA",
"color": "#48ADEA",
"color": "#1177A3",
"vanillaDerivative": "SNOWY_TAIGA",
"customDerivitives": [{
"category": "icy",

View File

@@ -1,6 +1,6 @@
{
"name": "Frozen Pine Hills",
"color": "#498EB7",
"color": "#10719B",
"rarity": 1,
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",

View File

@@ -1,7 +1,7 @@
{
"name": "Frozen Pine Plains",
"derivative": "SNOWY_TAIGA",
"color": "#164898",
"color": "#0D6890",
"rarity": 1,
"vanillaDerivative": "SNOWY_TAIGA",
"children": ["frozen/pine-hills"],

View File

@@ -1,7 +1,7 @@
{
"name": "Frozen Pines",
"derivative": "SNOWY_TAIGA",
"color": "#305692",
"color": "#0D6389",
"rarity": 1,
"vanillaDerivative": "SNOWY_TAIGA",
"layers": [

View File

@@ -1,7 +1,7 @@
{
"name": "Frozen Plains",
"derivative": "SNOWY_TAIGA",
"color": "#3E5D8F",
"color": "#105D7F",
"rarity": 1,
"vanillaDerivative": "SNOWY_TAIGA",
"children": ["frozen/hills"],

View File

@@ -1,13 +1,13 @@
{
"name": "Frozen Redwood Forest",
"derivative": "SNOWY_TAIGA",
"color": "#586B89",
"color": "#0F5575",
"rarity": 1,
"vanillaDerivative": "SNOWY_TAIGA",
"generators": [{
"min": 16,
"max": 64,
"generator": "mountain"
"min": 82,
"max": 93,
"generator": "highplains"
}],
"customDerivitives": [{
"category": "icy",
@@ -17,7 +17,7 @@
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#6FA6CE",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"layers": [

View File

@@ -2,7 +2,7 @@
"name": "Frozen Ocean",
"derivative": "FROZEN_OCEAN",
"vanillaDerivative": "FROZEN_OCEAN",
"color": "#297A9F",
"color": "#3DB9F1",
"layers": [
{"palette": [
{"block": "minecraft:dirt"},

View File

@@ -2,7 +2,7 @@
"name": "Frozen River",
"derivative": "FROZEN_RIVER",
"vanillaDerivative": "FROZEN_RIVER",
"color": "#216280",
"color": "#3DB9F5",
"layers": [
{"palette": [
{"block": "minecraft:dirt"},

View File

@@ -1,6 +1,6 @@
{
"name": "Frozen Beach",
"color": "#73B6FF",
"color": "#D1C896",
"rarity": 1,
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_BEACH",

View File

@@ -1,7 +1,7 @@
{
"name": "Frozen Spruce Hills",
"derivative": "SNOWY_TAIGA",
"color": "#586B89",
"color": "#0B5475",
"rarity": 1,
"vanillaDerivative": "SNOWY_TAIGA",
"layers": [

View File

@@ -1,7 +1,7 @@
{
"name": "Frozen Spruce Plains",
"derivative": "SNOWY_TAIGA",
"color": "#237695",
"color": "#06405B",
"rarity": 1,
"vanillaDerivative": "SNOWY_TAIGA",
"children": ["frozen/spruce-hills"],

View File

@@ -1,7 +1,7 @@
{
"name": "Frozen Vander",
"derivative": "FROZEN_PEAKS",
"color": "#587C89",
"color": "#688D9E",
"rarity": 4,
"vanillaDerivative": "FROZEN_PEAKS",
"layers": [

View File

@@ -1,7 +1,7 @@
{
"name": "Hot Desert Dunes Red",
"rarity": 1,
"color": "#EC8B63",
"color": "#DBD155",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [{

View File

@@ -2,7 +2,7 @@
"name": "Hot Desert Dunes",
"derivative": "DESERT",
"rarity": 1,
"color": "#FFDA41",
"color": "#B9B03D",
"vanillaDerivative": "DESERT",
"generators": [{
"generator": "smooth-dunes",

View File

@@ -2,7 +2,7 @@
"name": "Hot Mountain Cliffs",
"derivative": "DESERT",
"rarity": 3,
"color": "#FFDA41",
"color": "#E7C34B",
"vanillaDerivative": "DESERT",
"generators": [{
"min": 23,

View File

@@ -2,7 +2,7 @@
"name": "Hot Mountain Middle",
"derivative": "DESERT",
"rarity": 1,
"color": "#DFBF39",
"color": "#DCB73A",
"vanillaDerivative": "DESERT",
"generators": [{
"generator": "mountain",

View File

@@ -2,7 +2,7 @@
"name": "Hot Mountain Plains",
"derivative": "DESERT",
"rarity": 1,
"color": "#BFA431",
"color": "#C9A429",
"vanillaDerivative": "DESERT",
"generators": [{
"generator": "smooth-dunes",

View File

@@ -2,7 +2,7 @@
"name": "Hot Mountains",
"derivative": "DESERT",
"rarity": 1,
"color": "#9F8829",
"color": "#C3A02A",
"vanillaDerivative": "DESERT",
"generators": [{
"min": 90,

View File

@@ -2,7 +2,7 @@
"name": "Hot Oasis",
"derivative": "DESERT",
"rarity": 1,
"color": "#6ABF31",
"color": "#B99620",
"vanillaDerivative": "DESERT",
"generators": [{
"generator": "plain",

View File

@@ -2,7 +2,7 @@
"name": "Hot Beach Grass",
"derivative": "FOREST",
"rarity": 1,
"color": "#938E3E",
"color": "#F0E880",
"vanillaDerivative": "DESERT",
"layers": [
{

View File

@@ -1,7 +1,7 @@
{
"name": "Hot Beach",
"rarity": 1,
"color": "#ECE363",
"color": "#E6DD70",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "DESERT",
"customDerivitives": [{

View File

@@ -1,7 +1,7 @@
{
"name": "Mesa Blue",
"rarity": 1,
"color": "#0B049F",
"color": "#FE976A",
"derivative": "WINDSWEPT_SAVANNA",
"vanillaDerivative": "BADLANDS",
"generators": [
@@ -18,26 +18,26 @@
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:cyan_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:blue_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:light_blue_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:magenta_terracotta"}]
}

View File

@@ -1,7 +1,7 @@
{
"name": "Mesa Cliffs",
"rarity": 1,
"color": "#D69827",
"color": "#EE8658",
"derivative": "WINDSWEPT_SAVANNA",
"vanillaDerivative": "ERODED_BADLANDS",
"generators": [
@@ -18,38 +18,38 @@
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 4,
"maxHeight": 2,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:brown_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:gray_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:black_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:gray_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:brown_terracotta"}]
}

View File

@@ -1,7 +1,7 @@
{
"name": "Mesa Dark",
"rarity": 1,
"color": "#050240",
"color": "#E27545",
"derivative": "WINDSWEPT_SAVANNA",
"vanillaDerivative": "ERODED_BADLANDS",
"children": [
@@ -24,38 +24,38 @@
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:brown_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:gray_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:black_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:gray_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:brown_terracotta"}]
}

View File

@@ -1,7 +1,7 @@
{
"name": "Mesa Green",
"rarity": 1,
"color": "#216002",
"color": "#D66B3C",
"vanillaDerivative": "BADLANDS",
"derivative": "WINDSWEPT_SAVANNA",
"generators": [
@@ -18,26 +18,26 @@
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:lime_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:green_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:brown_terracotta"}]
}

View File

@@ -1,7 +1,7 @@
{
"name": "Mesa",
"rarity": 1,
"color": "#B78322",
"color": "#CA5F30",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
@@ -29,7 +29,7 @@
"style": {"style": "IRIS"},
"zoom": 0.6,
"minHeight": 2,
"maxHeight": 2,
"maxHeight": 3,
"palette": [
{
"weight": 1,
@@ -66,13 +66,13 @@
]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"palette": [{"block": "minecraft:light_gray_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [
{
@@ -86,23 +86,23 @@
]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 2,
"maxHeight": 2,
"maxHeight": 3,
"palette": [{"block": "minecraft:orange_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 3,
"maxHeight": 4,
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [
{

View File

@@ -1,7 +1,7 @@
{
"name": "Mesa Plateau Dirt high",
"rarity": 1,
"color": "#996D1C",
"color": "#C65726",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": ["BADLANDS"],

View File

@@ -1,7 +1,7 @@
{
"name": "Mesa Plateau Dirt",
"rarity": 1,
"color": "#7A5716",
"color": "#BD5122",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": ["BADLANDS"],

View File

@@ -1,7 +1,7 @@
{
"name": "Mesa Plateau High",
"rarity": 1,
"color": "#5B4111",
"color": "#AF4B1F",
"derivative": "BADLANDS",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [

View File

@@ -2,7 +2,7 @@
"name": "Mesa Plateau",
"derivative": "BADLANDS",
"rarity": 1,
"color": "#3D2B0B",
"color": "#AC4416",
"vanillaDerivative": "BADLANDS",
"biomeScatter": [
"BADLANDS",

View File

@@ -1,7 +1,7 @@
{
"name": "Mesa Red",
"rarity": 1,
"color": "#9F3104",
"color": "#963D16",
"vanillaDerivative": "BADLANDS",
"derivative": "WINDSWEPT_SAVANNA",
"generators": [
@@ -18,32 +18,32 @@
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:pink_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:red_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:light_gray_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:brown_terracotta"}]
}

View File

@@ -2,7 +2,7 @@
"name": "Mesa Valley",
"derivative": "SAVANNA",
"rarity": 1,
"color": "#644F29",
"color": "#8C3A16",
"vanillaDerivative": "BADLANDS",
"generators": [{
"min": 5,

View File

@@ -2,7 +2,7 @@
"name": "Mesa Yellow",
"derivative": "WINDSWEPT_SAVANNA",
"rarity": 1,
"color": "#BDBF05",
"color": "#83300B",
"vanillaDerivative": "BADLANDS",
"children": ["mesa/dark"],
"generators": [
@@ -19,50 +19,50 @@
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:white_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:red_terracotta"}]
},
{
"minHeight": 2,
"maxHeight": 2,
"minHeight": 4,
"maxHeight": 4,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:yellow_terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:terracotta"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [{"block": "minecraft:brown_terracotta"}]
}

View File

@@ -1,7 +1,7 @@
{
"name": "Mountain Cliffs",
"rarity": 3,
"color": "#355580",
"color": "#D4DEE3",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"generators": [{

View File

@@ -1,7 +1,7 @@
{
"name": "Mountain Forest Hills",
"rarity": 1,
"color": "#27374C",
"color": "#C1CED5",
"derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"generators": [{

View File

@@ -1,7 +1,7 @@
{
"name": "Mountain Forest",
"rarity": 1,
"color": "#3D4959",
"color": "#B0BDC4",
"derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"generators": [{

View File

@@ -2,7 +2,7 @@
"name": "Mountain Hills",
"derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"rarity": 1,
"color": "#48525F",
"color": "#ABB9C0",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"children": ["mountain/forest"],
"generators": [{

View File

@@ -2,7 +2,7 @@
"name": "Mountain Main",
"derivative": "PLAINS",
"rarity": 1,
"color": "#2B2E32",
"color": "#9EABB2",
"vanillaDerivative": "PLAINS",
"children": ["mountain/middle"],
"generators": [{

View File

@@ -1,6 +1,6 @@
{
"name": "Mountain Middle",
"color": "#36383C",
"color": "#829098",
"derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"children": ["mountain/cliffs"],

View File

@@ -2,7 +2,7 @@
"name": "Mountain",
"derivative": "WINDSWEPT_HILLS",
"rarity": 1,
"color": "#4B4D4F",
"color": "#6E7D85",
"vanillaDerivative": "WINDSWEPT_HILLS",
"children": ["mountain/middle"],
"generators": [{

View File

@@ -2,7 +2,7 @@
"name": "Mountain Plains Hills",
"derivative": "PLAINS",
"rarity": 1,
"color": "#606162",
"color": "#616E75",
"vanillaDerivative": "PLAINS",
"generators": [{
"generator": "smooth-dunes",

View File

@@ -1,7 +1,7 @@
{
"name": "Mountain Plains",
"rarity": 1,
"color": "#757576",
"color": "#4E5A61",
"derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"jigsawStructures": [

View File

@@ -2,7 +2,7 @@
"name": "Crimson Mushroom Swamp",
"derivative": "CRIMSON_FOREST",
"rarity": 2,
"color": "#EEA7AA",
"color": "#FFC0FE",
"vanillaDerivative": "MUSHROOM_FIELDS",
"layers": [
{

View File

@@ -1,7 +1,7 @@
{
"name": "Mushroom Forest Hills",
"rarity": 1,
"color": "#CFAFCD",
"color": "#EEA8ED",
"derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELDS",
"generators": [{

View File

@@ -2,7 +2,7 @@
"name": "Mushroom Forest",
"derivative": "MUSHROOM_FIELDS",
"rarity": 1,
"color": "#BFA6BE",
"color": "#D689D5",
"vanillaDerivative": "MUSHROOM_FIELDS",
"children": ["mushroom/forest-hills"],
"customDerivitives": [{

View File

@@ -1,7 +1,7 @@
{
"name": "Mushroom Plains",
"rarity": 1,
"color": "#9F939F",
"color": "#BD71BC",
"derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELDS",
"customDerivitives": [{

View File

@@ -1,7 +1,7 @@
{
"name": "Mushroom Warped Forest",
"rarity": 2,
"color": "#7870AB",
"color": "#A55CA5",
"derivative": "WARPED_FOREST",
"vanillaDerivative": "MUSHROOM_FIELDS",
"generators": [{

View File

@@ -1,7 +1,7 @@
{
"name": "Ocean Deep",
"derivative": "DEEP_OCEAN",
"color": "#3192BF",
"color": "#5C4DEA",
"vanillaDerivative": "DEEP_OCEAN",
"generators": [{
"generator": "smooth-dunes",

View File

@@ -2,7 +2,7 @@
"name": "Ocean",
"derivative": "OCEAN",
"vanillaDerivative": "OCEAN",
"color": "#214B80",
"color": "#5244D5",
"generators": [{
"generator": "mountain",
"max": -35,

View File

@@ -1,7 +1,7 @@
{
"name": "Ocean Warm Bottom",
"derivative": "WARM_OCEAN",
"color": "#34299F",
"color": "#4639C0",
"vanillaDerivative": "WARM_OCEAN",
"generators": [{
"generator": "plain",

View File

@@ -2,7 +2,7 @@
"name": "Ocean Warm",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN",
"color": "#2A2180",
"color": "#382CAA",
"children": ["ocean/warm-bottom"],
"generators": [{
"generator": "plain",

View File

@@ -2,7 +2,7 @@
"name": "Savanna Acacia Denmyre",
"derivative": "DESERT",
"rarity": 1,
"color": "#FFB641",
"color": "#DC913D",
"vanillaDerivative": "SAVANNA",
"customDerivitives": [{
"category": "savanna",

View File

@@ -2,7 +2,7 @@
"name": "Savanna Cliffs",
"derivative": "SAVANNA",
"rarity": 1,
"color": "#BF8931",
"color": "#C17D31",
"vanillaDerivative": "SAVANNA",
"children": ["savanna/acacia-denmyre"],
"customDerivitives": [{

View File

@@ -1,7 +1,7 @@
{
"name": "Savanna Forest",
"rarity": 1,
"color": "#9F7229",
"color": "#B06F27",
"derivative": "SAVANNA",
"vanillaDerivative": "SAVANNA",
"customDerivitives": [{

View File

@@ -2,7 +2,7 @@
"name": "Savanna Plateau",
"derivative": "SAVANNA_PLATEAU",
"rarity": 1,
"color": "#805B21",
"color": "#9E621E",
"vanillaDerivative": "SAVANNA",
"customDerivitives": [{
"category": "savanna",

View File

@@ -2,7 +2,7 @@
"name": "Savanna",
"derivative": "SAVANNA",
"rarity": 1,
"color": "#604418",
"color": "#895316",
"vanillaDerivative": "SAVANNA",
"children": ["savanna/cliff"],
"customDerivitives": [{

View File

@@ -2,7 +2,7 @@
"name": "Swamp Cambian Drift",
"derivative": "DARK_FOREST",
"rarity": 1,
"color": "#489A20",
"color": "#90B509",
"vanillaDerivative": "DARK_FOREST",
"generators": [{
"min": -3,

View File

@@ -2,7 +2,7 @@
"name": "Swamp Denmyre",
"rarity": 1,
"derivative": "SWAMP",
"color": "#609A20",
"color": "#82A30B",
"vanillaDerivative": "DARK_FOREST",
"generators": [{
"min": 4,

View File

@@ -1,8 +1,8 @@
{
"name": "Swamp Marsh Rotten",
"rarity": 1,
"color": "#758860",
"derivative": "SWAMP_HILLS",
"color": "#799511",
"derivative": "SWAMP",
"vanillaDerivative": "SWAMP",
"generators": [{
"min": -5,

View File

@@ -2,7 +2,7 @@
"name": "Swamp Marsh",
"derivative": "SWAMP",
"rarity": 1,
"color": "#36A300",
"color": "#647B10",
"vanillaDerivative": "SWAMP",
"children": ["swamp/marsh-rotten"],
"generators": [{

View File

@@ -2,7 +2,7 @@
"name": "Swamp Roofed Forest",
"derivative": "SWAMP",
"rarity": 1,
"color": "#3F9F10",
"color": "#708A10",
"vanillaDerivative": "DARK_FOREST",
"children": ["swamp/sea/lake"],
"generators": [{

View File

@@ -2,7 +2,7 @@
"name": "Swamp Roofed Wayward",
"derivative": "SWAMP",
"rarity": 1,
"color": "#489A20",
"color": "#556810",
"vanillaDerivative": "DARK_FOREST",
"children": ["swamp/sea/lake"],
"generators": [{

View File

@@ -2,7 +2,7 @@
"name": "Swamp Willow Forest",
"derivative": "SWAMP",
"rarity": 1,
"color": "#648D50",
"color": "#3E4B0E",
"vanillaDerivative": "DARK_FOREST",
"children": [
"swamp/denmyre",

View File

@@ -2,7 +2,7 @@
"name": "Temperate Birch Denmyre",
"derivative": "FOREST",
"rarity": 1,
"color": "#DFEF10",
"color": "#B0FB91",
"vanillaDerivative": "BIRCH_FOREST",
"generators": [{
"min": 4,

View File

@@ -7,7 +7,7 @@
"style": "NOWHERE_SIMPLEX",
"zoom": 5
},
"color": "#d8fa5f",
"color": "#A8F588",
"rarity": 3,
"biomeZoom": 50,
"generators": [

View File

@@ -2,7 +2,7 @@
"name": "Birch Thin Forest",
"derivative": "BIRCH_FOREST",
"vanillaDerivative": "BIRCH_FOREST",
"color": "#e3fa93",
"color": "#9FF07D",
"rarity": 2,
"generators": [
{

View File

@@ -9,6 +9,7 @@
"generator": "plain"
}],
"rarity": 2,
"color":"#96EB73",
"biomeZoom": 50,
"layers": [
{

View File

@@ -2,7 +2,7 @@
"name": "Temperate Flower Forest",
"derivative": "FLOWER_FOREST",
"rarity": 3,
"color": "#C4CF30",
"color": "#8BE565",
"vanillaDerivative": "FLOWER_FOREST",
"generators": [{
"min": 4,

View File

@@ -2,7 +2,7 @@
"name": "Temperate Highlands",
"derivative": "FOREST",
"rarity": 1,
"color": "#B6BF40",
"color": "#81DE5A",
"vanillaDerivative": "PLAINS",
"generators": [{
"min": 15,

View File

@@ -2,7 +2,7 @@
"name": "Temperate Island",
"derivative": "PLAINS",
"rarity": 3,
"color": "#A9AF50",
"color": "#7ADB51",
"vanillaDerivative": "PLAINS",
"children": ["temperate/wilds"],
"generators": [{

View File

@@ -1,7 +1,7 @@
{
"vanillaDerivative": "FOREST",
"rarity": 3,
"color": "#9B9F60",
"color": "#74D64A",
"name": "Long tree forest",
"effects": [{
"particleAltX": 0.301,

View File

@@ -2,7 +2,7 @@
"name": "Lush Plains Red",
"derivative": "FLOWER_FOREST",
"vanillaDerivative": "FLOWER_FOREST",
"color": "#de3535",
"color": "#6DCF43",
"rarity": 3,
"generators": [{
"min": 4,

View File

@@ -2,7 +2,7 @@
"name": "Lush Plains Yellow",
"derivative": "FLOWER_FOREST",
"vanillaDerivative": "FLOWER_FOREST",
"color": "#d8e310",
"color": "#67CB3C",
"rarity": 3,
"generators": [{
"min": 4,

View File

@@ -2,7 +2,7 @@
"name": "Lush Plains",
"derivative": "FLOWER_FOREST",
"vanillaDerivative": "FLOWER_FOREST",
"color": "#68de35",
"color": "#61CA34",
"generators": [{
"min": 4,
"max": 7,

View File

@@ -2,7 +2,7 @@
"name": "Meadows",
"derivative": "FOREST",
"vanillaDerivative": "FOREST",
"color": "#50af6b",
"color": "#5CC62E",
"rarity": 4,
"generators": [{
"min": 5,

View File

@@ -1,7 +1,7 @@
{
"name": "Oak Denmyre",
"rarity": 4,
"color": "#C8FF00",
"color": "#51BF20",
"derivative": "FOREST",
"vanillaDerivative": "FOREST",
"generators": [{

View File

@@ -1,7 +1,7 @@
{
"name": "Oak Forest",
"derivative": "FOREST",
"color": "#ADCF30",
"color": "#56C326",
"vanillaDerivative": "FOREST",
"generators": [
{

View File

@@ -2,7 +2,7 @@
"name": "Temperate Osaka Red Forest",
"derivative": "FLOWER_FOREST",
"rarity": 4,
"color": "#DF4FE8",
"color": "#4CBB1B",
"vanillaDerivative": "FOREST",
"effects": [{
"particleAltX": 0.301,

View File

@@ -2,7 +2,7 @@
"name": "Osaka Violet Forest",
"derivative": "FLOWER_FOREST",
"rarity": 4,
"color": "#DF4FE8",
"color": "#47B019",
"vanillaDerivative": "FOREST",
"customDerivitives": [
{

View File

@@ -2,7 +2,7 @@
"name": "Plains",
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"color": "#9BAF50",
"color": "#42A616",
"generators": [{
"min": 4,
"max": 10,

View File

@@ -2,7 +2,7 @@
"name": "Temperate Plateau",
"derivative": "DEEP_LUKEWARM_OCEAN",
"rarity": 4,
"color": "#929F60",
"color": "#3C9D11",
"vanillaDerivative": "FOREST",
"customDerivitives": [{
"id": "plateau",

View File

@@ -1,7 +1,7 @@
{
"name": "Tundra Magic Forest",
"derivative": "WINDSWEPT_HILLS",
"color": "#164598",
"color": "#35930C",
"rarity": 7,
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"generators": [{

View File

@@ -1,7 +1,7 @@
{
"name": "Stranged Plains",
"rarity": 5,
"color": "#F7F448",
"color": "#318A0A",
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"childStyle": {

View File

@@ -2,7 +2,7 @@
"name": "Temperate Wilds",
"derivative": "PLAINS",
"rarity": 1,
"color": "#B6CF68",
"color": "#2B8305",
"vanillaDerivative": "PLAINS",
"children": ["temperate/highlands"],
"customDerivitives": [{

View File

@@ -2,7 +2,7 @@
"name": "Tropical Bamboo Forest",
"derivative": "DESERT",
"rarity": 1,
"color": "#9BFF00",
"color": "#7BF8C7",
"vanillaDerivative": "BAMBOO_JUNGLE",
"children": ["tropical/wilds"],
"generators": [{

View File

@@ -2,7 +2,7 @@
"name": "Tropical Beach Bamboo",
"derivative": "JUNGLE",
"rarity": 1,
"color": "#98EF10",
"color": "#6FF1BE",
"vanillaDerivative": "BEACH",
"generators": [{
"min": -5,

View File

@@ -2,7 +2,7 @@
"name": "Tropical Beach Charred",
"derivative": "DESERT",
"rarity": 1,
"color": "#94DF20",
"color": "#64E8B4",
"vanillaDerivative": "BEACH",
"generators": [{
"min": -3,

View File

@@ -2,7 +2,7 @@
"name": "Tropical Beach",
"derivative": "JUNGLE",
"rarity": 1,
"color": "#91CF30",
"color": "#57DFA9",
"vanillaDerivative": "JUNGLE",
"generators": [{
"min": -3,

View File

@@ -3,7 +3,7 @@
"derivative": "JUNGLE",
"vanillaDerivative": "PLAINS",
"rarity": 1,
"color": "#8DBF40",
"color": "#4FD8A2",
"generators": [{
"min": 42,
"max": 64,

View File

@@ -2,7 +2,7 @@
"name": "Tropical Island Beach",
"derivative": "JUNGLE",
"rarity": 1,
"color": "#8AAF50",
"color": "#48D29C",
"vanillaDerivative": "BEACH",
"generators": [{
"min": 3,

View File

@@ -2,7 +2,7 @@
"name": "Tropical Jungle Denmyre",
"derivative": "JUNGLE",
"rarity": 1,
"color": "#869F60",
"color": "#42C894",
"vanillaDerivative": "JUNGLE",
"generators": [{
"min": 4,

View File

@@ -2,7 +2,7 @@
"name": "Tropical Mountain Extreme",
"derivative": "SPARSE_JUNGLE",
"rarity": 1,
"color": "#838F70",
"color": "#3EBC8B",
"vanillaDerivative": "JUNGLE",
"children": ["tropical/mountain-water"],
"generators": [{

View File

@@ -2,7 +2,7 @@
"name": "Tropical Mountain Middle",
"derivative": "JUNGLE",
"rarity": 1,
"color": "#39FF00",
"color": "#39B384",
"vanillaDerivative": "JUNGLE",
"children": ["tropical/plains"],
"generators": [{

View File

@@ -2,7 +2,7 @@
"name": "Tropical Mountain Plains",
"derivative": "JUNGLE",
"rarity": 1,
"color": "#42EF10",
"color": "#34B080",
"vanillaDerivative": "JUNGLE",
"generators": [{
"min": 55,

Some files were not shown because too many files have changed in this diff Show More