Fireflies, small fixes

This commit is contained in:
paulevsGitch 2021-01-19 20:06:51 +03:00
parent 1168ec55b0
commit 31163e7658
7 changed files with 97 additions and 0 deletions

View file

@ -3,6 +3,7 @@ package ru.betterend.world.biome;
import net.minecraft.entity.EntityType;
import ru.betterend.registry.EndBlocks;
import ru.betterend.registry.EndFeatures;
import ru.betterend.registry.EndParticles;
import ru.betterend.registry.EndSounds;
public class GlowingGrasslandsBiome extends EndBiome {
@ -10,6 +11,7 @@ public class GlowingGrasslandsBiome extends EndBiome {
super(new BiomeDefinition("glowing_grasslands")
.setFogColor(99, 228, 247)
.setFogDensity(1.3F)
.setParticles(EndParticles.FIREFLY, 0.001F)
.setMusic(EndSounds.MUSIC_OPENSPACE)
.setSurface(EndBlocks.END_MOSS)
.addFeature(EndFeatures.END_LAKE_RARE)