Creators
Details
Licensed Apache-2.0
Published 3 months ago
Updated 3 weeks ago
All versions
1.2.1
Release
PermaClicker 1.2.13 weeks ago 22
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client-side
Required content
Unavailable version
Changes
Added 26.2 support, dropped 26.1 support. Updated to Gradle 9.6.1. Update dependencies and refactor key bindings for PermaClicker
- Changed TurtleLib dependency from
turtlelibtoturtlelib-corein build files. - Updated default toggle key from F4 to F7 / options key from O to U in configuration and related classes.
- Refactored user agent string construction in UpdateFacade to include versioning.
- Fixed typo in overlay enabled tooltip in language file.
- Updated matrix targets for Minecraft version 26.2 and corresponding dependencies.
- Upgraded Fabric Loom plugin version and adjusted Gradle properties for Minecraft version.
- Refactored Fabric and NeoForge background mode executors to use new screen handling methods.
- Implemented mixins to block chat screen opening while chat-block context is active.
- Updated unobfuscated config screen templates for Minecraft version 26.2.
- Bumped version to 1.2.1 in version properties.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| PermaClicker_1.2.1_MC-26-2_NEOFORGE_26-2-0-8-beta-source.jar | Source jar | 132.58 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:Sn8uQDV3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nVaFHGVe:Sn8uQDV3"
}

