Water color

This commit is contained in:
paulevsGitch 2020-12-02 04:31:32 +03:00
parent 10fae49f6a
commit 539da4bac1
10 changed files with 56 additions and 13 deletions

View file

@ -13,8 +13,7 @@ public class BiomeMegalakeGrove extends EndBiome {
super(new BiomeDefinition("megalake_grove")
.setPlantsColor(73, 210, 209)
.setFogColor(178, 209, 248)
.setWaterColor(96, 163, 255)
.setWaterFogColor(96, 163, 255)
.setWaterAndFogColor(96, 163, 255)
.setFogDensity(2.0F)
.setParticles(EndParticles.GLOWING_SPHERE, 0.001F)
.setMusic(EndSounds.MUSIC_MEGALAKE)