Creators
Details
Licensed Apache-2.0
Published 5 months ago
Updated 6 days ago
All versions
1.3.0
Release
PermaClicker 1.3.06 days ago 12
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Client-side
Required content
Unavailable version
Changes
Minecraft compatibility
- Now requires Minecraft 26.3 (support for 26.2 has been dropped)
- Requires Java 25
- Requires TurtleLib 1.3.0 or newer (update both together)
- Fabric: Fabric Loader 0.19.5 + Fabric API 0.160.5+26.3
- NeoForge: 26.3.0.1-beta
- ModMenu (optional): 21.0.0-beta.1
What's new / changed
- Updated for Minecraft 26.3's reworked input system. Your default keybinds (F7 to toggle, U for settings) are unaffected.
- If you had a custom key binding from an older PermaClicker version, it will automatically reset to the default the first time you load this version — you'll see a one-time chat message explaining why. Just rebind your preferred key again in PermaClicker's settings.
- Simplified the background-run settings: the old "run when unfocused" / "run when minimized" pair is now a single Runtime Mode setting (Focused / Background).
- Various internal improvements to keep the Fabric and NeoForge versions behaving identically.
Upgrading
- Still on Minecraft 26.2? Stay on PermaClicker 1.2.1 (with TurtleLib 1.2.1). Update to Minecraft 26.3, TurtleLib 1.3.0, and PermaClicker 1.3.0 together.
Full Changelog: https://github.com/hrobasti/permaclicker-mod/compare/1.2.1...1.3.0
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| PermaClicker_1.3.0_MC-26-3_NEOFORGE_26-3-0-1-beta-source.jar | Sources jar | 123.27 KiB |
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:nVaFHGVe:GTmG2Omw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nVaFHGVe:GTmG2Omw"
}

