Links
Tags
Creators
Details
Licensed CC0-1.0
Published 2 months ago
Updated 2 weeks ago
All versions
1.2.1+26.3
Release
1.2.1+26.32 weeks ago 31
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Unavailable version
Changes
Changed
- Minimum Fabric API for Minecraft 26.3 is now
0.160.5+26.3(was0.160.3+26.3), and the 26.3 build now targets the final release instead of26.3-rc-2.
Fixed
locator_bar_teammates_onlynow re-evaluates the locator-bar connections of non-player transmitters — mobs whosewaypoint_transmit_rangeattribute was raised above 0. The rebuild paths iterated the player list, so such an entity kept its old visibility until a connection happened to break, which a stationary mob and an AFK viewer may never cause. Team membership resolution now also covers an entity's UUID string, so joining or leaving a team by a mob triggers the same rebuild players get.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| glow-my-teammates-1.2.1+26.3-sources.jar | Sources jar | 65.19 KiB |
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:SiSCe8Tl:tYp2jtZn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SiSCe8Tl:tYp2jtZn"
}

