Skip to content

Commit

Permalink
brightened the color of water in caverns
Browse files Browse the repository at this point in the history
  • Loading branch information
NewJumper committed Dec 20, 2023
1 parent 4cd0a93 commit 7d1cd50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// 1.20.1 2023-12-20T00:21:44.774166 Registries
// 1.20.1 2023-12-20T00:25:41.7400779 Registries
65c8c67a4ec7ef0ce6846fb2f4d921cc6ceb02e2 data/deeperdarker/damage_type/bite.json
0b65c61bd1e5086d0f3685566cc6cecf6e324516 data/deeperdarker/damage_type/ring.json
67f8cd0621b1c3614da8c1910f6b7bcb61660293 data/deeperdarker/dimension_type/otherside.json
419693aa58f98848cbce261562bd07d964aec909 data/deeperdarker/worldgen/biome/blooming_caverns.json
11ecbcd3eb6c36764eb45604be113b08c7881b2d data/deeperdarker/worldgen/biome/blooming_caverns.json
4491dd6887a8760b77f9a28406c3e4c0535b108d data/deeperdarker/worldgen/biome/deeplands.json
bd2c433caf3a3f7dfff3668a68dbdf56fa994df5 data/deeperdarker/worldgen/biome/echoing_forest.json
06d29b9291ed3a63be90750a8c6f182e0c168b7b data/deeperdarker/worldgen/biome/overcast_columns.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"probability": 0.002
},
"sky_color": 8560639,
"water_color": 2066085,
"water_color": 2601177,
"water_fog_color": 2189448
},
"features": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private static Biome bloomingCaverns(HolderGetter<PlacedFeature> placedFeatures,
.temperature(-0.3f)
.downfall(0.2f)
.specialEffects((new BiomeSpecialEffects.Builder())
.waterColor(0x1f86a5)
.waterColor(0x27b0d9)
.waterFogColor(0x216888)
.fogColor(0x1a2f40)
.skyColor(calculateSkyColor(-0.3f))
Expand Down

0 comments on commit 7d1cd50

Please sign in to comment.