Blossoming spires sounds & music
This commit is contained in:
parent
0f55ad3c4c
commit
4e1e72348a
9 changed files with 34 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue