Tags
Creators
Details
0.7.1
Compatibility
Required content
Changes
โก New
Engine v2 โ Foundation PRAXIC begins its transition to a next-generation detection engine. Every tick now builds an immutable player snapshot, runs a physics simulation, and performs pattern analysis โ all before any check fires.
Rotation Analyzer The engine now tracks rotation entropy and post-kill snap angles, laying the groundwork for next-generation rotation checks.
Timing Analyzer The engine now collects click interval and packet interval statistics โ the foundation for next-generation AutoClicker and Timer detection.
๐ง Improved
YPredictionCheck now reads from the physics engine instead of running its own simulation. Behavior and thresholds are unchanged.
ReachCheck now measures distance to the center of the target's hitbox. Detection threshold adjusted to reduce false positives.
KillAuraCheck now measures attack angle to the center of the target's hitbox. Detection threshold adjusted to allow legitimate angled attacks.
๐ Fixed
NoFallCheck no longer flags when a fall is interrupted by vines or other climbables.
VelocityCheck no longer flags on death during knockback or when knocked into a wall.
YPredictionCheck extended recovery window after taking damage โ prevents false flags from mob knockback.
โ ๏ธ Notice
REVEX 0.1.1 is required with this version โ the old JAR (0.1.0) is incompatible.
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:CNFXCX5H:LvGhNybp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CNFXCX5H:LvGhNybp"
}

