Amber land ambience

This commit is contained in:
paulevsGitch 2021-07-09 22:49:54 +03:00
parent cc7b992f11
commit 607d46f2f4
4 changed files with 11 additions and 0 deletions

View file

@ -23,6 +23,7 @@ public class EndSounds {
public static final SoundEvent AMBIENT_UMBRELLA_JUNGLE = register("ambient", "umbrella_jungle"); public static final SoundEvent AMBIENT_UMBRELLA_JUNGLE = register("ambient", "umbrella_jungle");
public static final SoundEvent AMBIENT_GLOWING_GRASSLANDS = register("ambient", "glowing_grasslands"); public static final SoundEvent AMBIENT_GLOWING_GRASSLANDS = register("ambient", "glowing_grasslands");
public static final SoundEvent AMBIENT_CAVES = register("ambient", "caves"); public static final SoundEvent AMBIENT_CAVES = register("ambient", "caves");
public static final SoundEvent AMBIENT_AMBER_LAND = register("ambient", "amber_land");
// Entity // Entity
public static final SoundEvent ENTITY_DRAGONFLY = register("entity", "dragonfly"); public static final SoundEvent ENTITY_DRAGONFLY = register("entity", "dragonfly");

View file

@ -19,6 +19,7 @@ public class AmberLandBiome extends EndBiome {
.setPlantsColor(219, 115, 38) .setPlantsColor(219, 115, 38)
.setWaterAndFogColor(145, 108, 72) .setWaterAndFogColor(145, 108, 72)
.setMusic(EndSounds.MUSIC_FOREST) .setMusic(EndSounds.MUSIC_FOREST)
.setLoop(EndSounds.AMBIENT_AMBER_LAND)
.setParticles(EndParticles.AMBER_SPHERE, 0.001F) .setParticles(EndParticles.AMBER_SPHERE, 0.001F)
.setSurface(EndBlocks.AMBER_MOSS) .setSurface(EndBlocks.AMBER_MOSS)
.addFeature(EndFeatures.AMBER_ORE) .addFeature(EndFeatures.AMBER_ORE)

View file

@ -219,6 +219,15 @@
} }
] ]
}, },
"betterend.ambient.amber_land": {
"category": "ambient",
"sounds": [
{
"name": "betterend:ambient/amber_land",
"stream": true
}
]
},
"betterend.entity.dragonfly": { "betterend.entity.dragonfly": {
"category": "entity", "category": "entity",