How to make Custom Ambience for Vanilla Biomes

Started by TTheLookAwesome95 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make Custom Ambience for Vanilla Biomes

I Want to Create a Mod That Expands the Atmospheric Sounds for Minecraft.

But I don't know how to do this.

Help Please!

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can create a procedure…
Sun, 02/09/2025 - 11:32

You can create a procedure like this:

example procedure involving "entity position", "is biome check" and "spawn particles"

This basically just checks if the biome at an entities position (preferably the player) is whatever you want.

These can be found in "world -> data", "world -> actions" and "entity -> data".

Hope this helps.