Tenite's Anchor Optimizer
What it is
Tenite's Anchor Optimizer is a client-side Fabric mod that improves the visual response of respawn anchor explosions. In standard Minecraft, the time it takes for block destruction to happen after interacting with an anchor is network based. This mod aims to fix that.
How it Works
When a player right-clicks a charged respawn anchor, the mod predicts which blocks will be destroyed. The predicted blocks are immediately replaced on the client with a placeholder block, a pink tulip. The client simultaneously sends a packet to the server to perform the explosion. Once the server confirms the explosion and updates the world state, the mod reverts the blocks on the client to match the server. This process ensures the client's view remains synchronized with the server's world while allowing players to see the result of the explosion without waiting for server confirmation.
Features and Commands
Client-Side Operation: This mod is client-side only and does not need to be installed on a server.
Customizable Behavior: The mod can be configured in-game using these commands:
/teniteanchor toggle: Toggles the mod's prediction functionality on or off.
/teniteanchor setdelay <milliseconds>: Sets a fixed delay for blocks coming back. The mod will wait for the specified number of milliseconds before reverting the blocks to match the server state.
/teniteanchor nodelay: Disables the fixed delay, causing the mod to revert blocks as soon as the server's explosion packet is received.
FAQ
-Is this a cheat?
No this aims to mimic the behaviour that players with lower ping get and does not distrupt any anticheats.
-Why are pink tulips appearing?
I have chosen the placeholder block to be pink tulips, it is recommended to use an invis pink tulips pack with the mod for best experience. invis poppies
-Is this the same as Hero's anchor optimizer
No, I took inspiration from him to make this mod and they do completely different things, Hero's optimizer targets the anchor itself while this one the explosion.
-Is this be allowed on VTL?
I don't know