Pick Block Optimizer

Quick rating

Pick Block Optimizer

No reviews yet

Makes Pick Block Not wait on server to pick a block

Performance & Optimization
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.0

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

WARNING

This mod may cause bans in some servers. Please ask a moderator in the server your gonna use it on if the mod is allowed.


Overview

This update improves responsiveness and correctness of the Pickblock action in multiplayer environments with high latency (high ping) and reduces visual ghosting caused by client–server state desynchronization.


Improvements

1. Pickblock Now Applies and Syncs Without Waiting for Server Confirmation

Previously, when a player used Pickblock (e.g., middle‑click on PC), the action was sent to the server and the client waited for the server to acknowledge and confirm the selection. On high‑ping connections, this introduced a noticeable pause before the client updated the player’s inventory or UI.

Now:

  • The client immediately predicts and applies the Pickblock result locally.
  • If the server’s authoritative result differs from what the client predicted, the client updates accordingly when that response arrives.

This eliminates the feeling of input lag caused by round‑trip network latency.

Why this matters: waiting on server response can add significant delay (100 ms–500 ms or more) on high‑latency connections; predicting locally removes that waiting period for quick actions such as selecting items.


2. Ghost Block Desynchronization Caused by Pickblock Resolution Reduced

A ghost block occurs when the client and server disagree about the presence or selection of a block. In the specific case this update addresses:

  • The server has accepted the Pickblock action and updated its world state.
  • But the client hasn’t yet applied that update, so it visually shows no selection or the wrong block.
  • This results in the server and client having mismatched views — the server records the block, but the client renders differently.

This update reduces such mismatches by:

  • Faster update propagation: New architecture processes block state packets more promptly on the client.
  • Priority reconciliation: When the server’s authoritative state arrives (block selected or updated), the client incorporates it quickly to prevent a prolonged mismatch.
  • Smaller desync windows: The client stops waiting on server responses for display purposes and instead updates its own view based on both prediction and timely server correction.

These improvements cut down on occurrences where the server thinks Pickblock happened but the client hasn’t reflected the pick, so players don’t see an empty result due to delayed client updates.


Technical Details

  • Client‑local prediction: The client predicts simple actions like Pickblock locally and updates UI immediately. The server still authoritatively confirms or corrects that prediction in the background.
  • Asynchronous syncing: The server update is handled without blocking input or UI — updates come in as packets and the client reconciles them promptly.
  • Reduced mismatch duration: Ghosting often happens in the window where the server has acted but the client hasn’t updated; by prioritizing those updates and applying corrections faster, that window is much smaller.

Expected Results

Scenario Before After
High ping (>200 ms) using Pickblock Delay and occasional visual desync Immediate client UI with correct or fast‑updated state
Block state synchronization Frequent mismatches after fast actions Server and client closer in sync, fewer ghosting artifacts
General responsiveness Client waits on server Client feels responsive, server corrections applied smoothly

Summary

This update makes Pickblock feel immediate by using local prediction and asynchronous server confirmation, and it significantly reduces ghost blocks caused when the server’s accepted action wasn’t reflected in the client’s view due to delayed networking. Players with high latency will notice both better responsiveness and fewer visual inconsistencies in block selection and interaction.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works