Tags
Creators
Details
Licensed MIT
Published 3 months ago
All versions
1.0.0
Release
Xaero's Optimal Beacons Add-On 1.0.04 months ago 1,237
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
Changelog v1.0.0
- Added Place Beacon to Xaero’s World Map right-click menu
- Added manual beacon coverage previews with adjustable beacon tiers
- Added area selection planning for beacon layouts
- Added planning modes:
Full CoverageMinimize BeaconsHex-Optimal
- Added plan mode switching for existing plans
- Added directional gap movement controls:
Move Gaps UpMove Gaps DownMove Gaps LeftMove Gaps Right
- Added live world-map overlap heatmap and uncovered-gap highlighting
- Added explicit beacon placement previews on the map
- Added plan stats panel with:
beacon counttotal pyramid blocksstack breakdowncoverage percent
- Added plan coordinate export to clipboard and chat
- Added optional Xaero Minimap integration for temporary planned-beacon waypoints
- Added automatic cleanup of generated temporary waypoints when plans change
- Added Mod Menu / Cloth Config integration for defaults and overlay colors
- Added persistent config file at
config/xaeros-optimal-beacons.json
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:BaII9vEq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3pNfuOS8:BaII9vEq"
}

