Multicolored water

This commit is contained in:
paulevsGitch 2020-12-02 17:46:14 +03:00
parent 2441a059e1
commit 5ba742d8b2
2 changed files with 33 additions and 17 deletions

View file

@ -9,7 +9,7 @@ public class BiomeSulfurSprings extends EndBiome {
public BiomeSulfurSprings() {
super(new BiomeDefinition("sulfur_springs")
.setSurface(SurfaceBuilders.SULPHURIC_SURFACE)
.setWaterAndFogColor(105, 213, 244)
.setWaterAndFogColor(25, 90, 157)
.setFogColor(207, 194, 62)
.setFogDensity(1.5F)
.setCaves(false)