Skip to content

Commit

Permalink
Amber land ambience
Browse files Browse the repository at this point in the history
  • Loading branch information
paulevsGitch committed Jul 9, 2021
1 parent cc7b992 commit 607d46f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ru/betterend/registry/EndSounds.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class EndSounds {
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_CAVES = register("ambient", "caves");
public static final SoundEvent AMBIENT_AMBER_LAND = register("ambient", "amber_land");

// Entity
public static final SoundEvent ENTITY_DRAGONFLY = register("entity", "dragonfly");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public AmberLandBiome() {
.setPlantsColor(219, 115, 38)
.setWaterAndFogColor(145, 108, 72)
.setMusic(EndSounds.MUSIC_FOREST)
.setLoop(EndSounds.AMBIENT_AMBER_LAND)
.setParticles(EndParticles.AMBER_SPHERE, 0.001F)
.setSurface(EndBlocks.AMBER_MOSS)
.addFeature(EndFeatures.AMBER_ORE)
Expand Down
9 changes: 9 additions & 0 deletions src/main/resources/assets/betterend/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,15 @@
}
]
},
"betterend.ambient.amber_land": {
"category": "ambient",
"sounds": [
{
"name": "betterend:ambient/amber_land",
"stream": true
}
]
},

"betterend.entity.dragonfly": {
"category": "entity",
Expand Down
Binary file not shown.

0 comments on commit 607d46f

Please sign in to comment.