Item Use Delay Fixer

Quick rating

Item Use Delay Fixer

No reviews yet

Removes the delay to use items when holding right click

Mod Loaders
Forge
NeoForge
Fabric
Quilt
Minecraft
26.2

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
GNU General Public License v3.0 only
Latest Version
1.0.1C
Authors

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

About

Description

Item Use Delay Fixer

Fixes a behaviour in the game with the right click (use item) delay timer.

How Minecraft works

Minecraft is simple on that part. If you press the right click button, it sets a variable to 4.

This variable decreases every tick (50ms), and once it reaches 0, if you're still holding right click it'll try to use an item again.

The issue? What if you have no item, no block to be used. Then it still sets the variable to 4 again.

private void rightClickMouse() {
    if (!this.playerController.getIsHittingBlock()) { // if not using left click at the same time
        // set the variable to 4
        this.rightClickDelayTimer = 4; // that's the very first thing done in the right click function!
        // ...
        // rest of the code with the item detection handling
    }
}

What does the mod do?

That behaviour is pretty annoying, because it can make so if you start holding your click too early/at a bad timing, it delays your item use and could make it never happen.

So instead of staying at 4, if no action happened it jumps back to 0, letting the function run the tick just after too, for as long as needed.

explanation schema

This mod is NOT a FastPlace (or "Fast Item", whatever people call it nowadays to bypass the cheating term)

Compatibility/Version

This project should work with every version of the game, on Fabric/NeoForge/Forge/Quilt.

It may break on Forge 1.13-1.16~, unsure.

It should work on every version from 1.7-1.12.2 and 1.20-26.2 (feel free to report to me on my discord server if it doesn't)

Screenshots

Gallery

  • Showcase
    Showcase Comparaison between not using and using the mod with using/placing blocks.

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
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