Links
Tags
Creators
Details
All versions
1.0.0
Release
Maksagin_Studio Waypoints 1.0.04 months ago 144
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Fabric
Supported environments
Client-side
Changes
🎯 Features
✨ Core Features
- Waypoint System - Create and save custom waypoints with name, coordinates, and color
- HUD Navigation - Real-time arrow direction and distance display to your active waypoint
- Waypoint List - View all saved waypoints with distance calculation
- Active Waypoint - Select any waypoint as active for navigation
🎮 Controls
- RIGHT SHIFT - Open main menu (Add, List, Settings)
- All keys are configurable in settings!
⚙️ Customization
- Fully Configurable - Edit config.yml to change all settings
- Arrow Size - Adjust arrow size from 0.5 to 20.0
- Arrow Position - Move HUD anywhere on screen (X/Y coordinates)
- Arrow Glow - Toggle rainbow glow effect on/off
- HUD Toggle - Enable/disable HUD display
🎨 Visual Effects
- Rainbow Background - Beautiful animated gradient in menus
- Color-Coded Waypoints - 5 colors to choose from (Red, Green, Blue, Yellow, Purple)
- Smooth Animations - Fluid UI transitions
🗺️ Waypoint Management
- Add Waypoint - Create waypoint at current position or custom coordinates
- Delete Waypoint - Remove unwanted waypoints from list
- Teleport - Quick teleport to waypoint (Creative/OP only)
- Select Active - Set active waypoint for navigation
- Persistent Storage - Waypoints saved between game sessions
🔧 Technical
- Fabric 1.16.5 - Fully compatible
- No Dependencies - Works standalone
- Lightweight - Minimal performance impact
🐛 Known Issues
- None so far!
📥 Installation
- Download the JAR file
- Put it in your
modsfolder - Launch Minecraft with Fabric 1.16.5
- Press RIGHT SHIFT to open the menu
🔜 Coming Soon
- Minimap integration
- Waypoint sharing between players
- Import/Export waypoints
- Waypoint categories
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ZZkMqvcw:JXJ5JJKd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZZkMqvcw:JXJ5JJKd"
}

