Fixes, small stars
This commit is contained in:
parent
fc8ae7923d
commit
8f19761c34
3 changed files with 32 additions and 19 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue