Started by
OOOGABOOOGA
on
Topic category: Help with Minecraft modding (Java Edition)
im making a mod that adds some cave sounds and i cant figure out how to make the cave sounds actually play in caves.
Topic category: Help with Minecraft modding (Java Edition)
im making a mod that adds some cave sounds and i cant figure out how to make the cave sounds actually play in caves.
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.