Fixed holes in trees

This commit is contained in:
paulevsGitch 2020-12-10 22:18:25 +03:00
parent 491d5f0478
commit 858a7c8378
2 changed files with 14 additions and 2 deletions

View file

@ -10,7 +10,8 @@ public class BiomeAmberLand extends EndBiome {
super(new BiomeDefinition("amber_land")
.setFogColor(255, 184, 71)
.setFogDensity(2.0F)
.setPlantsColor(122, 45, 122)
.setPlantsColor(219, 115, 38)
.setWaterAndFogColor(145, 108, 72)
.setSurface(EndBlocks.AMBER_MOSS)
.addFeature(EndFeatures.AMBER_ORE)
.addFeature(EndFeatures.END_LAKE_RARE)