Multicolored water
This commit is contained in:
parent
2441a059e1
commit
5ba742d8b2
2 changed files with 33 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue