Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 months ago
All versions
2.0
Release
SmartBlockPlacement 2.04 months ago 307.4K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Backport from 26.1
Tested with Sinytra Connector - work
New Features:
- Creative Mode Only – Toggle this option if you want to use the mod exclusively in Creative mode, ensuring fair play on Survival servers.
- Customizable Usage Delay – Control the vanilla delay for interacting with blocks and using items (levers, doors, food, etc.).
- Config Menu - Now you can change the parameters in the mod menu
Bug Fix:
- Fixed a bug where blocks like doors and levers could only be pressed at once.
Optional dependencies
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:WVehudAZ:OjOphpLn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WVehudAZ:OjOphpLn"
}



