Small surface builder changes

This commit is contained in:
paulevsGitch 2021-08-03 06:08:27 +03:00
parent d0661b94f1
commit bc887e8cd7
2 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ public class UmbraValleyBiome extends EndBiome {
public UmbraValleyBiome() {
super(new BCLBiomeDef(BetterEnd.makeID("umbra_valley"))
.setFogColor(100, 100, 100)
.setPlantsColor(200, 200, 200)
.setPlantsColor(172, 189, 190)
.setWaterAndFogColor(69, 104, 134)
.setSurface(SurfaceBuilders.UMBRA_SURFACE.configured(SurfaceBuilders.DEFAULT_END_CONFIG))
.setParticles(EndParticles.AMBER_SPHERE, 0.0001F)