Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 months ago
All versions
1.0.0
Release
Simple AutoClicker 1.0.02 months ago 1,091
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Initial public release for Minecraft 26.2 (Fabric).
- Toggleable left-click and right-click autoclicking with independent timers.
- Default keybinds: comma toggles left autoclick, period toggles right autoclick, semicolon opens the settings screen (all rebindable in vanilla Controls).
- In-game settings screen with a per-button interval slider (50 ms - 10 s) and precise seconds/milliseconds text inputs, applied live.
- Action-bar status messages when a clicker is toggled on or off.
- Config persistence to config/simpleautoclicker.json, with out-of-range values clamped on load.
- Clicks route through vanilla attack/use logic, so hit results, cooldowns, and item behavior work exactly as manual clicks do.
- Autoclicking pauses automatically while any GUI screen is open, and both toggles reset when leaving a world.
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:dL6nHjt2:fzwT9WQY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dL6nHjt2:fzwT9WQY"
}

