Tags
Creators
Details
Licensed ARR
Published last month
Updated 2 weeks ago
All versions
1.0.1
Release
Viper AntiXray 1.0.12 weeks ago 230
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
What Was Added (11 Features — All Separate Modules, Core Engine Untouched)
- Honey-Pot / Fake Ore Traps — Fake ores only X-rayers see; mining flags player, alerts ops, Discord webhook
- Mining Analytics — Tracks Mining Efficiency Ratio; impossible ratios auto-flag with suspicion rating
- Proximity & Raycast Decaying — Dynamic LOS obfuscation saves ~40% bandwidth
- Adaptive Engine Modes — Auto-downgrades Mode 3→2→1 if TPS < 18 or ping > 250ms
- Async Thread Pool — Offloads chunk obfuscation off main thread; configurable workers
- Sub-Chunk Culling — Only processes sub-chunks at/below player Y-level
- Sound & Light Concealment — Mutes Amethyst/Sculk/Lava sounds for fully-encased blocks
- Explosion & Vein-Miner Protection — Batch-reveals hidden ores in single packet
- Built-in Dimension Profiles — Overworld/Nether/End/Deep Dark + modded dims (Aether, Twilight Forest, Betweenlands)
- In-Game Admin Inspection —
/viperantixray inspecttoggles vision instantly for ops - Live Block List Editing —
/viperantixray addhidden|removehidden|listhidden|reloadwith instant hot-reload
Previous release was broken (wrong author, missing version metadata, bloated zips). This is a complete rebuild from source with all fixes applied. 🐍
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:OXFW4hW4:wSU38PVt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OXFW4hW4:wSU38PVt"
}

