Fixes, small stars

This commit is contained in:
paulevsGitch 2020-12-11 02:17:48 +03:00
parent fc8ae7923d
commit 8f19761c34
3 changed files with 32 additions and 19 deletions

View file

@ -12,6 +12,7 @@ public class BiomeIceStarfield extends EndBiome {
.setFoliageColor(193, 244, 244)
.setParticles(EndParticles.SNOWFLAKE, 0.001F)
.addFeature(EndFeatures.ICE_STAR)
.addFeature(EndFeatures.ICE_STAR_SMALL)
.addMobSpawn(EntityType.ENDERMAN, 20, 1, 4));
}
}