New sounds

This commit is contained in:
paulevsGitch 2020-12-14 17:20:02 +03:00
parent 8ba1b3c0fc
commit 4c637f1fea
6 changed files with 30 additions and 1 deletions

View file

@ -4,12 +4,15 @@ import net.minecraft.entity.EntityType;
import ru.betterend.registry.EndEntities;
import ru.betterend.registry.EndFeatures;
import ru.betterend.registry.EndParticles;
import ru.betterend.registry.EndSounds;
import ru.betterend.world.surface.SurfaceBuilders;
public class BiomeSulphurSprings extends EndBiome {
public BiomeSulphurSprings() {
super(new BiomeDefinition("sulphur_springs")
.setSurface(SurfaceBuilders.SULPHURIC_SURFACE)
.setMusic(EndSounds.MUSIC_SULPHUR_SPRINGS)
.setLoop(EndSounds.AMBIENT_SULPHUR_SPRINGS)
.setWaterColor(25, 90, 157)
.setWaterFogColor(30, 65, 61)
.setFogColor(207, 194, 62)
@ -18,7 +21,6 @@ public class BiomeSulphurSprings extends EndBiome {
.setParticles(EndParticles.SULPHUR_PARTICLE, 0.001F)
.addFeature(EndFeatures.GEYSER)
.addFeature(EndFeatures.SURFACE_VENT)
//.addFeature(EndFeatures.SULPHUR_HILL)
.addFeature(EndFeatures.SULPHURIC_LAKE)
.addFeature(EndFeatures.SULPHURIC_CAVE)
.addFeature(EndFeatures.HYDRALUX)