Foliage color

This commit is contained in:
paulevsGitch 2020-10-24 23:27:50 +03:00
parent f7b2982145
commit af6359f98c
5 changed files with 32 additions and 12 deletions

View file

@ -11,6 +11,7 @@ import ru.betterend.registry.StructureRegistry;
public class BiomeMegalake extends EndBiome {
public BiomeMegalake() {
super(new BiomeDefinition("megalake")
.setPlantsColor(73, 210, 209)
.setFogColor(178, 209, 248)
.setWaterColor(96, 163, 255)
.setWaterFogColor(96, 163, 255)