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

@ -15,8 +15,7 @@ public class BiomeFoggyMushroomland extends EndBiome {
.setPlantsColor(73, 210, 209)
.setFogColor(41, 122, 173)
.setFogDensity(3)
.setWaterColor(119, 227, 250)
.setWaterFogColor(119, 227, 250)
.setWaterAndFogColor(119, 227, 250)
.setSurface(EndBlocks.END_MOSS, EndBlocks.END_MYCELIUM)
.setParticles(EndParticles.GLOWING_SPHERE, 0.001F)
.setLoop(EndSounds.AMBIENT_FOGGY_MUSHROOMLAND)