Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 2 months ago
All versions
1.1.0
Release
Xaero's Optimal Beacons Add-On 1.1.02 months ago 963
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
Xaero's Optimal Beacons Add-On v1.1.0
Updated
- Ported the mod to Minecraft
26.1.2. - Updated runtime requirements:
- Fabric Loader
0.19.2+ - Fabric API
0.149.0+26.1.2+ - Java
25+ - Xaero's World Map
1.40.18+
- Fabric Loader
- Updated optional integrations:
- Xaero's Minimap
25.3.14+ - Mod Menu
18.0.0-beta.1+
- Xaero's Minimap
Fixed
- Fixed compatibility with Minecraft
26.1.2GUI rendering API changes. - Fixed client chat/status message calls for Minecraft
26.1.2. - Fixed the
Show Plan Labelsconfig option so it now hides/shows placement lines in the map stats panel.
Improved
- Optimised beacon coverage and overlap calculations for larger selected areas.
- Reduced unnecessary Xaero Minimap waypoint rebuilding when the current plan has not changed.
- Improved stack/block material breakdown wording.
Internal
- Switched Xaero and Cloth dependencies to Maven-resolved dependencies.
- Removed old bundled
1.21.11dependency jars. - Updated Gradle wrapper and Fabric Loom setup for the new Minecraft version.
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:RsrPT4IY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3pNfuOS8:RsrPT4IY"
}

