Audio Navigation

⭐ — (5 endorsements) 📥 2,253 downloads 📌 v0.4.3 📅 3/19/2025
🟡 Updated this year

By emassey0135 · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 10/25/2025 📅 Created: 3/19/2025

🔍 Analysis

  • 👍 0.2% endorsement rate
  • 🏆 #77 of 99 fabric mods in this game by downloads

📋 About This Mod

# Audio Navigation This is a Minecraft mod to add audio navigation features, mostly to make it easier for blind players to play the game. It is intended to complement, not replace, the (https://github.com/minecraft-access/minecraft-access) mod. Some features in this mod are inspired by (https://github.com/microsoft/soundscape). It runs on both Fabric and NeoForge (on both servers and clients), and the server-side component runs on Paper and Purpur as well. ## Dependencies This mod runs on either Fabric, NeoForge, or Paper/Purpur, and depends on the following mods: * Fabric API (Fabric only) * Fabric Language Kotlin (Fabric only) * Kotlin for Forge (NeoForge only) * Architectury API (Fabric and NeoForge only) * Fzzy Config (Fabric and NeoForge only) * Eclipse (Paper and Purpur only) Also, it uses a (https://github.com/emassey0135/audio-navigation-tts) for speech synthesis, which is downloaded automatically on first launch. The library is compiled for Windows, MacOS, and Linux, for both x86_64 and aarch64. Create an issue if you use an unsupported operating system or architecture and I will try to add it. The mod verifies the hash of the downloaded file to make sure it downloads correctly. The native library is not downloaded or used on dedicated servers. You can also download the library yourself from (https://github.com/emassey0135/audio-navigation-tts/releases/tag/0.3.1). Download the correct file for your operating system and architecture, place it in your .minecraft folder, and extract the espeak-ng-data folder from espeak-ng-data.zip and copy it into your .minecraft folder. ## Things to Know This mod must be installed on both the client and server side, so if you are playing on a server, you must install it there as well as on your client. Also, points of interest for trees and other features will not be created unless you generate the world with this mod installed. If you travel into ungenerated chunks, it will save points of interest there, but once a chunk is generated it is too late to generate these POIs. Points of interest are stored in poi.db inside your .minecraft folder, or in the Minecraft server root if you are playing on a dedicated server. Deleting this file will delete all POIs. ## Current Features * Points of interest will be announced as you pass, according to the configured radius, vertical distance limit, and maximum number of announcements. You will hear the announcement from the direction of the point of interest, and a sound will be played before speaking the announcement based on the type of the POI. * When a point of interest is announced, its name is always spoken, and optionally its distance from you and its direction. The direction can also include the vertical component, and the horizontal component can be spoken using clock hands, direction and angle, just direction, just angle, or compass direction. The vertical component can be spoken as direction and angle, just direction, or just angle, either relative to the direction you are facing or the absolute direction. * When a world is generated, or when you travel into ungenerated chunks or trigger chunk generation in some other way, points of interest are created for features such as trees, ice spikes, end islands, ore vanes, etc. Structures like villages are coming soon. * You can announce all nearby points of interest by pressing F7. This has a larger radius, vertical limit, and maximum number of POIs than automatic announcements by default. * You can stop speech at any time by pressing F9. * You can create landmarks by pressing F6 to open the menu and pressing the "Add landmark" button. They are saved as points of interest and announced as you pass. You can choose whether the new landmark is visible to other players or not. * To delete a landmark, open the menu with F6, press "Landmarks", find the landmark you want to delete, and press the "Delete" button. * You can start an audio beacon on a landmark by opening the list of landmarks, finding the landmark you want, and pressing "Start beacon". This will start a continuous sound coming from the direction of the landmark that you can follow to find it. The sound will change depending on if you're facing it, facing away from it, or facing in the opposite direction. * By default, the distance and direction to a beacon will be announced every 30 seconds. You can change the amount of time, disable either distance or direction, or disable this entirely in settings. * To stop an audio beacon, open the menu with F6 and press "Stop beacon". * To announce the distance and/or direction to the current beacon, press F8. * The landmark list is filtered by radius. To increase the radius in which landmarks are shown, press enter on the current radius. * This mod is extremely configurable. To open the settings, press F6 to open the menu, and choose "Settings". From there, the configuration screen should be pr

# Audio Navigation

This is a Minecraft mod to add audio navigation features, mostly to make it easier for blind players to play the game. It is intended to complement, not replace, the (https://github.com/minecraft-access/minecraft-access) mod. Some features in this mod are inspired by (https://github.com/microsoft/soundscape).

It runs on both Fabric and NeoForge (on both servers and clients), and the server-side component runs on Paper and Purpur as well.

## Dependencies

This mod runs on either Fabric, NeoForge, or Paper/Purpur, and depends on the following mods:

Fabric API (Fabric only) Fabric Language Kotlin (Fabric only) Kotlin for Forge (NeoForge only) Architectury API (Fabric and NeoForge only) Fzzy Config (Fabric and NeoForge only) Eclipse (Paper and Purpur only)

Also, it uses a (https://github.com/emassey0135/audio-navigation-tts) for speech synthesis, which is downloaded automatically on first launch. The library is compiled for Windows, MacOS, and Linux, for both x86_64 and aarch64. Create an issue if you use an unsupported operating system or architecture and I will try to add it. The mod verifies the hash of the downloaded file to make sure it downloads correctly. The native library is not downloaded or used on dedicated servers.

You can also download the library yourself from (https://github.com/emassey0135/audio-navigation-tts/releases/tag/0. 3. 1). Download the correct file for your operating system and architecture, place it in your .minecraft folder, and extract the espeak-ng-data folder from espeak-ng-data.zip and copy it into your .minecraft folder.

## Things to Know

This mod must be installed on both the client and server side, so if you are playing on a server, you must install it there as well as on your client. Also, points of interest for trees and other features will not be created unless you generate the world with this mod installed. If you travel into ungenerated chunks, it will save points of interest there, but once a chunk is generated it is too late to generate these POIs. Points of interest are stored in poi.db inside your .minecraft folder, or in the Minecraft server root if you are playing on a dedicated server. Deleting this file will delete all POIs.

## Current Features

Points of interest will be announced as you pass, according to the configured radius, vertical distance limit, and maximum number of announcements. You will hear the announcement from the direction of the point of interest, and a sound will be played before speaking the announcement based on the type of the POI. When a point of interest is announced, its name is always spoken, and optionally its distance from you and its direction. The direction can also include the vertical component, and the horizontal component can be spoken using clock hands, direction and angle, just direction, just angle, or compass direction. The vertical component can be spoken as direction and angle, just direction, or just angle, either relative to the direction you are facing or the absolute direction. When a world is generated, or when you travel into ungenerated chunks or trigger chunk generation in some other way, points of interest are created for features such as trees, ice spikes, end islands, ore vanes, etc. Structures like villages are coming soon. You can announce all nearby points of interest by pressing F7. This has a larger radius, vertical limit, and maximum number of POIs than automatic announcements by default. You can stop speech at any time by pressing F9. You can create landmarks by pressing F6 to open the menu and pressing the "Add landmark" button. They are saved as points of interest and announced as you pass. You can choose whether the new landmark is visible to other players or not. To delete a landmark, open the menu with F6, press "Landmarks", find the landmark you want to delete, and press the "Delete" button. You can start an audio beacon on a landmark by opening the list of landmarks, finding the landmark you want, and pressing "Start beacon". This will start a continuous sound coming from the direction of the landmark that you can follow to find it. The sound will change depending on if you're facing it, facing away from it, or facing in the opposite direction. By default, the distance and direction to a beacon will be announced every 30 seconds. You can change the amount of time, disable either distance or direction, or disable this entirely in settings. To stop an audio beacon, open the menu with F6 and press "Stop beacon". To announce the distance and/or direction to the current beacon, press F8. The landmark list is filtered by radius. To increase the radius in which landmarks are shown, press enter on the current radius. * This mod is extremely configurable. To open the settings, press F6 to open the menu, and choose "Settings". From there, the configuration screen should be pr

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
emassey0135
Version
0.4.3
Downloads
2,253
Endorsements
5
Category
fabric
Created
3/19/2025
Updated
10/25/2025
Game Versions
1.21.10
Tags
game-mechanics, utility, worldgen

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does Audio Navigation support?

The author lists 1.21.10. Other versions may work but are untested by the author.

What is the latest version of Audio Navigation?

Version 0.4.3, published 2025-10-25 with 2,253 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More fabric 👤 More by emassey0135 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods