Links
Tags
Creators
Details
All versions
2.1.0+fabric.1.21.11
Release
PuppyClicker 2.1.0 — Fabric 1.21.112 weeks ago 19
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Added
- Damage automation can now be limited to attacks from a player carrying a Puppy Clicker bound to the person being damaged, while the existing all-damage mode remains the default.
- Tagged releases now publish every exact loader/version JAR to Modrinth and CurseForge after the GitHub release succeeds.
Changed
- The 2.1 release line is the final line supporting Forge or Minecraft versions older than 1.21.1. Beginning with 3.0.0, new releases will target Fabric and NeoForge on Minecraft 1.21.1 and newer.
Security
- The clicker-holder damage mode compares public PuppyClicker IDs from bound
inventory items with the public account ID returned by
GET /me; API keys remain client-only and are never included in gameplay packets.
Fixed
- Damage-triggered OSC requests now include the required subtype, intensity, and duration fields.
- API-key validation now discovers online OSC capabilities and device-specific limits; the automation screen offers only available action types and clamps intensity and duration to those limits.
- The non-triggering
StopOSC command is no longer offered as a damage automation action.
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:Jzik0p9u:u9FUfzIK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Jzik0p9u:u9FUfzIK"
}

