1.0.0
Compatibility
Changes
NoPlaceDelay
Tired of that annoying pause between block placements? NoPlaceDelay eliminates the built-in 4-tick delay so you can place blocks as fast as you click.
š§ What does it do?
In vanilla Minecraft, every time you place a block there is a forced 4-tick (~200ms) cooldown before you can place another one. This makes rapid building feel sluggish and unresponsive.
NoPlaceDelay removes this restriction entirely ā the moment you right-click, the next block is ready to go. Whether you're speed-bridging, building massive structures, or just placing a few blocks, everything feels instant and smooth.
⨠Features
⢠┠Zero placement delay ā place blocks back-to-back with no cooldown
⢠š±ļø Works with hold & click ā both clicking rapidly and holding right-click benefit
⢠𪶠Lightweight ā a tiny client-side mixin, no performance impact
⢠š Plug and play ā drop it in your mods folder and go
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:BpNPtmKI:fk5SH3ht"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BpNPtmKI:fk5SH3ht"
}

