Particle fixes
This commit is contained in:
parent
3de7d611df
commit
650b2ba68b
2 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ public class BiomeUmbrellaJungle extends EndBiome {
|
|||
.setWaterAndFogColor(119, 198, 253)
|
||||
.setFoliageColor(27, 183, 194)
|
||||
.setFogDensity(2.3F)
|
||||
.setParticles(EndParticles.JUNGLE_SPORE, 0.0001F)
|
||||
.setParticles(EndParticles.JUNGLE_SPORE, 0.0005F)
|
||||
.setMusic(EndSounds.MUSIC_FOREST)
|
||||
.setSurface(EndBlocks.JUNGLE_MOSS)
|
||||
.addFeature(EndFeatures.END_LAKE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue