diff --git a/biomes/cursed/beach/cursed-beach.json b/biomes/cursed/beach/cursed-beach.json index 2cde1abd..d2df58d6 100644 --- a/biomes/cursed/beach/cursed-beach.json +++ b/biomes/cursed/beach/cursed-beach.json @@ -2,6 +2,7 @@ "name": "Cursed Beach", "derivative": "DEEP_DARK", "vanillaDerivative": "DEEP_DARK", + "color": "#808080", "entitySpawners": [ "corrupted/cursed-forest" ], @@ -13,7 +14,7 @@ ], "customDerivitives": [ { - "category": "plains", + "category": "none", "id": "cursedforest", "ambientParticle":{ "particle": "ASH", diff --git a/biomes/cursed/cursed-forest-tall.json b/biomes/cursed/cursed-forest-tall.json index de844a93..28a0fc83 100644 --- a/biomes/cursed/cursed-forest-tall.json +++ b/biomes/cursed/cursed-forest-tall.json @@ -2,7 +2,7 @@ "name": "Cursed tall forest", "derivative": "DEEP_DARK", "vanillaDerivative": "DEEP_DARK", - "color": "#404040", + "color": "#808080", "entitySpawners": [ "corrupted/cursed-forest" ], @@ -14,7 +14,7 @@ ], "customDerivitives": [ { - "category": "plains", + "category": "none", "id": "cursedforest", "ambientParticle":{ "particle": "ASH", diff --git a/biomes/cursed/cursed-forest.json b/biomes/cursed/cursed-forest.json index c0c561f4..96061ab9 100644 --- a/biomes/cursed/cursed-forest.json +++ b/biomes/cursed/cursed-forest.json @@ -2,7 +2,7 @@ "name": "Cursed forest", "derivative": "DEEP_DARK", "vanillaDerivative": "DEEP_DARK", - "color": "#404040", + "color": "#808080", "entitySpawners": [ "corrupted/cursed-forest" ], @@ -16,7 +16,7 @@ ], "customDerivitives": [ { - "category": "plains", + "category": "none", "id": "cursedforest", "ambientParticle":{ "particle": "ASH", diff --git a/biomes/cursed/cursed-mountains.json b/biomes/cursed/cursed-mountains.json index f0b444d2..11c15611 100644 --- a/biomes/cursed/cursed-mountains.json +++ b/biomes/cursed/cursed-mountains.json @@ -2,7 +2,7 @@ "name": "Cursed Mountains", "derivative": "DEEP_DARK", "vanillaDerivative": "DEEP_DARK", - "color": "#010203", + "color": "#808080", "entitySpawners": [ "corrupted/cursed-forest" ], @@ -25,7 +25,7 @@ ], "customDerivitives": [ { - "category": "plains", + "category": "none", "id": "cursedforest", "ambientParticle":{ "particle": "ASH", diff --git a/biomes/cursed/cursed-sculk.json b/biomes/cursed/cursed-sculk.json index e4275e11..c446c958 100644 --- a/biomes/cursed/cursed-sculk.json +++ b/biomes/cursed/cursed-sculk.json @@ -2,6 +2,7 @@ "name": "Cursed Sculk", "derivative": "DEEP_DARK", "vanillaDerivative": "DEEP_DARK", + "color": "#808080", "jigsawStructures": [ { "structure": "ancient-city", diff --git a/biomes/cursed/oceans/cursed-ocean.json b/biomes/cursed/oceans/cursed-ocean.json index 997bf7bd..7bcd5321 100644 --- a/biomes/cursed/oceans/cursed-ocean.json +++ b/biomes/cursed/oceans/cursed-ocean.json @@ -1,11 +1,11 @@ { "name": "Cursed Ocean", - "color": "#5C4DEA", "derivative": "DEEP_OCEAN", "vanillaDerivative": "DEEP_OCEAN", - "customDerivitives": [ + "color": "#808080", + "customDerivitives": [ { - "category": "plains", + "category": "none", "id": "cursedforest", "ambientParticle":{ "particle": "ASH", @@ -14,6 +14,7 @@ "skyColor": "#111111", "fogColor": "#111111", "waterColor": "#660000", + "waterFogColor": "#660000", "downfallType": "rain", "grassColor": "#222222", "foliageColor": "#444444" diff --git a/dimensions/overworld.json b/dimensions/overworld.json index da89172f..6bd963b5 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -1,5 +1,5 @@ { - "version": 3810, + "version": 3820, "name": "Overworld", "environment": "NORMAL", "dimensionAngleDeg": 69, @@ -61,7 +61,8 @@ "temperate", "tropical", "swamp", - "tundra" + "tundra", + "prototype/cursed" ], "seaBiomeStyle": { diff --git a/regions/prototype/cursed.json b/regions/prototype/cursed.json index 420e5709..7b69f9c7 100644 --- a/regions/prototype/cursed.json +++ b/regions/prototype/cursed.json @@ -2,6 +2,7 @@ "name": "Cursed Forest", "landBiomeZoom": 20.4, "rarity": 15, + "color": "#A9A9A9", "landBiomes": [ "cursed/cursed-mountains" ],