1.7.3
Compatibility
Required content
Changes
Pot Seeker
Pot Seeker is a lightweight Fabric client mod that renders compact status-effect indicators above loaded players. It is extracted from the HeatSeeker Potion Seeker feature and packaged as a standalone mod for Minecraft 1.21.11.
Features
- Shows active effect icons above nearby loaded players.
- Uses vanilla HUD-style effect icons.
- Supports effects discovered from exact status-effect packets.
- Falls back to Minecraft 1.21.11
POTION_SWIRLSentity metadata when servers do not send exact effect packets for other players. - Optional through-wall rendering.
- Optional empty markers for troubleshooting visibility.
- Optional self-effect HUD display above the hotbar.
- Mod Menu configuration screen.
- Adjustable max displayed players, size, opacity, and vertical offset.
Requirements
- Minecraft 1.21.11
- Fabric Loader 0.18.5 or newer
- Fabric API
- Java 21
- Mod Menu is optional but recommended for configuration.
Limitations
Minecraft clients do not always receive the exact status-effect list for other players. Pot Seeker uses the best available client-side data:
- exact
EntityStatusEffectS2CPacketdata when available; - vanilla
POTION_SWIRLStracked entity metadata as fallback.
The fallback is reliable for common visible vanilla effects, but stacked effects or effects with identical visual particle data may not always be distinguishable perfectly.
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:kAFX8Bp5:nkiNuJg0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kAFX8Bp5:nkiNuJg0"
}
