Tags
Creators
Details
Licensed ARR
Published 7 months ago
Updated 6 months ago
All versions
0.0.4
Alpha
Lantern [Anti-Xray] 0.0.46 months ago 1,840
Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Paper
Purpur
Changes
Bug Fixes
- Fixed detection confidence calculation — now uses weighted combination of max and average predictions for more accurate results
- Fixed ore position tracking order — oldest entries are now properly removed first instead of random ones
- Fixed straight-dig detection — counter now correctly checks actual mining direction instead of incrementing unconditionally
- Fixed rare crash/race condition when clearing mining data during async model prediction
- Fixed potential thread-safety issue with Discord webhook accessing player data from async thread
Improvements
- Webhook JSON is now built safely using Gson instead of raw string formatting
- Removed unused legacy command handler (155 lines of dead code)
- Internal performance and code quality improvements
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:tLHg7ic9:XF8LgALR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tLHg7ic9:XF8LgALR"
}![Lantern [Anti-Xray]](https://cdn.modrinth.com/data/tLHg7ic9/3dedb33ad25abcb57b022b4e798625cc528fd1aa.png)

