cave sounds

Started by OOOGABOOOGA on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
cave sounds

im making a mod that adds some cave sounds and i cant figure out how to make the cave sounds actually play in caves.

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ambient sounds and biome…
Sun, 04/12/2026 - 16:08

Ambient sounds and biome music in the effects tab for a custom biome. If you are trying to add the sounds to vanilla caves then if so it will probably conflict with the vanilla sounds? Otherwise use a tick update, create some sort of chance checker; random,0,1>0.8 (20%); and then play sound on success.