Music fixes & music for mountains
This commit is contained in:
parent
bc7217aff3
commit
65913a7d11
6 changed files with 22 additions and 4 deletions
|
@ -9,6 +9,7 @@ public class SoundRegistry
|
|||
// Music
|
||||
public static final SoundEvent MUSIC_FOGGY_MUSHROOMLAND = register("music", "foggy_mushroomland");
|
||||
public static final SoundEvent MUSIC_CHORUS_FOREST = register("music", "chorus_forest");
|
||||
public static final SoundEvent MUSIC_CRYSTAL_MOUNTAINS = register("music", "crystal_mountains");
|
||||
|
||||
// Ambient
|
||||
public static final SoundEvent AMBIENT_FOGGY_MUSHROOMLAND = register("ambient", "foggy_mushroomland");
|
||||
|
|
|
@ -2,11 +2,13 @@ package ru.betterend.world.biome;
|
|||
|
||||
import net.minecraft.entity.EntityType;
|
||||
import ru.betterend.registry.FeatureRegistry;
|
||||
import ru.betterend.registry.SoundRegistry;
|
||||
import ru.betterend.registry.StructureRegistry;
|
||||
|
||||
public class BiomeCrystalMountains extends EndBiome {
|
||||
public BiomeCrystalMountains() {
|
||||
super(new BiomeDefinition("crystal_mountains")
|
||||
.setMusic(SoundRegistry.MUSIC_CRYSTAL_MOUNTAINS)
|
||||
.addStructureFeature(StructureRegistry.MOUNTAIN)
|
||||
.addFeature(FeatureRegistry.ROUND_CAVE)
|
||||
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 2));
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
"sounds": [
|
||||
{
|
||||
"name": "betterend:music/dan_henig-eternal_garden",
|
||||
"volume": 0.1,
|
||||
"volume": 0.25,
|
||||
"stream": false
|
||||
},
|
||||
{
|
||||
"name": "betterend:music/dan_henig-nebular_focus",
|
||||
"volume": 0.1,
|
||||
"volume": 0.25,
|
||||
"stream": false
|
||||
}
|
||||
]
|
||||
|
@ -19,12 +19,27 @@
|
|||
"sounds": [
|
||||
{
|
||||
"name": "betterend:music/emmit_fenn-creep",
|
||||
"volume": 0.1,
|
||||
"volume": 0.25,
|
||||
"stream": false
|
||||
},
|
||||
{
|
||||
"name": "betterend:music/jesse_gallagher-the_anunnaki_return",
|
||||
"volume": 0.1,
|
||||
"volume": 0.25,
|
||||
"stream": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"betterend.music.crystal_mountains": {
|
||||
"category": "music",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "betterend:music/jesse_gallagher-spenta_mainyu",
|
||||
"volume": 0.25,
|
||||
"stream": false
|
||||
},
|
||||
{
|
||||
"name": "betterend:music/jesse_gallagher-obelisks",
|
||||
"volume": 0.25,
|
||||
"stream": false
|
||||
}
|
||||
]
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue