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

@ -12,6 +12,7 @@ import ru.betterend.registry.StructureRegistry;
public class BiomeFoggyMushroomland extends EndBiome {
public BiomeFoggyMushroomland() {
super(new BiomeDefinition("foggy_mushroomland")
.setPlantsColor(73, 210, 209)
.setFogColor(41, 122, 173)
.setFogDensity(3)
.setWaterColor(119, 227, 250)