Item Use Delay Fixer
No reviews yet
Removes the delay to use items when holding right click
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Quilt is a fork of the Fabric mod loader. Many Fabric mods are compatible with Quilt and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
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.

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)
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers