Tube worm generation

This commit is contained in:
paulevsGitch 2020-12-06 05:48:50 +03:00
parent e3769bb20b
commit 9025194a80
5 changed files with 27 additions and 6 deletions

View file

@ -19,7 +19,6 @@ public class BiomeSulfurSprings extends EndBiome {
.addFeature(EndFeatures.SULPHURIC_LAKE)
.addFeature(EndFeatures.SULPHURIC_CAVE)
.addFeature(EndFeatures.HYDRALUX)
.addFeature(EndFeatures.TUBE_WORM)
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 4));
}
}