Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
⚓ Diolezz Anchor Optimizer
Diolezz Anchor Optimizer is a strictly client-side Fabric mod designed to level the playing field for high-ping players in Minecraft 1.21.x PvP.
If you play on servers where you have high latency (ms), you've likely noticed that placing, charging, and detonating Respawn Anchors feels clunky or unresponsive compared to low-ping players. This mod fixes that by optimizing how your client handles anchor-related packet sending, functioning very similarly to popular End Crystal optimizers.
✨ Features
- Instant Interaction Registration: Vanilla Minecraft forces an artificial 4-tick delay (
itemUseCooldown) between rapid right-clicks. This mod safely removes that client-side delay only when you are holding an Anchor, holding Glowstone, or looking directly at an Anchor. - Fluid PvP Experience: Placing the anchor, charging it, and detonating it will feel significantly more responsive, reducing the feeling of "missed clicks" caused by desync.
- 100% Client-Side: You can use this on any server. The server does not need to have the mod installed.
- Lightweight: Highly optimized mixins ensure zero performance impact on your framerate.
⚖️ Fair Play & Anti-Cheat
This mod is NOT a cheat, macro, or hack. It does not provide an unfair advantage over the vanilla mechanics.
- No Auto-Anchor: It will not place or detonate anchors for you.
- No Server-Side Bypasses: It does not bypass server-side attack speeds, cooldowns, or anti-cheat limits.
- Strictly Vanilla Sequences: It simply ensures that your legitimate, manual clicks are sent to the server immediately without being artificially throttled by your own client, acting exactly like standard FastCrystal mods but tailored for the Anchor meta.
📦 Installation & Requirements
- Download the correct version for your Minecraft client (1.21.x).
- Ensure you have the Fabric Loader installed.
- Drop the
diolezanchoroptimizer-[version].jarinto your.minecraft/modsfolder. - (Optional but recommended) Install Fabric API as it is standard for most Fabric environments.
🐛 Issues & Support
If you encounter any bugs, crashes, or compatibility issues with other PvP optimization mods, please report them on the Issue Tracker.
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:pY85yYq7:7eZkrPiA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pY85yYq7:7eZkrPiA"
}

