This commit is contained in:
paulevsGitch 2021-07-21 18:42:39 +03:00
parent a390486d5b
commit 80590c1a7e
4 changed files with 96 additions and 3 deletions

View file

@ -15,6 +15,7 @@ public class UmbraValleyBiome extends EndBiome {
.setWaterAndFogColor(69, 104, 134)
.setSurface(SurfaceBuilders.UMBRA_SURFACE.configured(SurfaceBuilders.DEFAULT_END_CONFIG))
.addFeature(EndFeatures.UMBRALITH_ARCH)
.addFeature(EndFeatures.THIN_UMBRALITH_ARCH)
);
}
}