Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 2 weeks ago
All versions
1.2.0
Release
Xaero's Optimal Beacons Add-On 1.2.02 weeks ago 253
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
v1.2.0 — Minecraft 26.2
Updated
- Ported the mod to Minecraft 26.2.
- Updated Fabric Loader to 0.19.3.
- Updated Fabric API to 0.157.0+26.2.
- Updated Fabric Loom to 1.17.19.
- Updated Xaero's World Map compatibility to 1.44.2.
- Updated Xaero's Minimap compatibility to 26.4.2.
- Updated Cloth Config to 26.2.155.
- Updated Mod Menu compatibility to 20.0.1.
- Updated the Gradle wrapper to 9.5.1.
- Updated the GitHub Actions build workflow.
Fixed
- Fixed possible collisions between generated Xaero Minimap waypoint IDs.
- Fixed generated waypoint cleanup potentially removing user-created waypoints.
- Migrated waypoint integration away from deprecated Xaero Minimap APIs.
Development
- Added automated tests for full coverage, chunk-grid placement, minimized plans, negative coordinates, and small selections.
- Removed unused Mixin shadows and dead initializer code.
- Updated mod metadata and README requirements for Minecraft 26.2.
Optional dependencies
Unavailable version
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:3pNfuOS8:axhYZWML"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3pNfuOS8:axhYZWML"
}

