This commit is contained in:
paulevsGitch 2020-12-13 19:59:21 +03:00
parent 1494c1da2d
commit 0ea0c0f60d
6 changed files with 59 additions and 15 deletions

View file

@ -17,6 +17,7 @@ public class BiomeSulphurSprings extends EndBiome {
.setCaves(false)
.setParticles(EndParticles.SULPHUR_PARTICLE, 0.001F)
.addFeature(EndFeatures.GEYSER)
.addFeature(EndFeatures.SURFACE_VENT)
.addFeature(EndFeatures.SULPHURIC_LAKE)
.addFeature(EndFeatures.SULPHURIC_CAVE)
.addFeature(EndFeatures.HYDRALUX)