
arcreactorlocator
Arc Reactor Locator is a Fabric 1.21.11 utility mod that adds a special compass-like locator used to find Arc Reactor structures from the Avengers mod. Right-click to search for the nearest valid structure, then follow the on-screen direction arrow ui
1.0.0
Compatibility
Changes
Description Arc Reactor Locator is a lightweight companion mod for Fabric 1.21.11 designed to work with the Avengers mod.
It adds a locator item that helps players find the Arc Reactor Core Room structure in the Overworld without using commands. After locating a valid structure, the mod shows a simple on-screen direction indicator and updates the distance in real time while the locator is held.
To keep progression fair, once the important structure block is mined, that structure is marked as completed and will no longer be located again. This works globally for the world, so completed locations stay completed for all players.
Features
Right-click locator item to search for the nearest Arc Reactor structure Live distance update while holding the item Direction arrow HUD for easier navigation Overworld-only tracking Skips completed structures Works in both singleplayer and multiplayer Designed as a required companion addon for the Avengers mod
Important Notes
Requires the Avengers mod available on my page Made for Fabric 1.21.11 Targets the structure: avengersmod:arc_reactor_core_room Completed structure detection is based on mining: avengersmod:arc_reactor_core_ore
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:pinvxL2c:PhDK0qZ2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pinvxL2c:PhDK0qZ2"
}
