Blossoming spires sounds & music

This commit is contained in:
paulevsGitch 2020-11-27 20:12:29 +03:00
parent 0f55ad3c4c
commit 4e1e72348a
9 changed files with 34 additions and 5 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.EndSounds;
public class BlossomingSpires extends EndBiome {
public BlossomingSpires() {
@ -11,6 +12,8 @@ public class BlossomingSpires extends EndBiome {
.setFogDensity(2.0F)
.setPlantsColor(122, 45, 122)
.setSurface(EndBlocks.PINK_MOSS)
.setMusic(EndSounds.MUSIC_BLOSSOMING_SPIRES)
.setLoop(EndSounds.AMBIENT_BLOSSOMING_SPIRES)
.addFeature(EndFeatures.SPIRE)
.addFeature(EndFeatures.FLOATING_SPIRE)
.addFeature(EndFeatures.TENANEA)