Better Particles

This commit is contained in:
paulevsGitch 2020-10-01 21:34:40 +03:00
parent 0f82dbc35f
commit d1a423252d
15 changed files with 168 additions and 79 deletions

View file

@ -12,7 +12,7 @@ public class BiomeFoggyMushroomland extends EndBiome {
.setWaterColor(119, 227, 250)
.setWaterFogColor(119, 227, 250)
.setSurface(BlockRegistry.END_MOSS, BlockRegistry.END_MYCELIUM)
.setParticles(ParticleRegistry.TEST, 0.001F)
.setParticles(ParticleRegistry.GLOWING_SPHERE, 0.001F)
.addFeature(FeatureRegistry.ENDER_ORE)
.addFeature(FeatureRegistry.END_LAKE)
.addFeature(FeatureRegistry.MOSSY_GLOWSHROOM)