Links
Tags
Creators
Details
3.5.1
Compatibility
Changes
Minecraft 26.2 · Java 25 · Fabric Loader 0.19.5
Artifact: copy_paster-3.5.1+26.2.jar
Fixed
- Minecraft 26.3 HUD clicks — left-click on the HUD anchor grid used GLFW button
0. On 26.3 (SDL3) the left mouse button is1(InputConstants.MOUSE_BUTTON_LEFT), so grid cells never activated. Fixed on the 26.3 client JAR.
Install
Pick the JAR for your Minecraft version — server and every player who copies must use the same line:
copy_paster-3.5.1+1.21.11.jar— Java 21copy_paster-3.5.1+26.2.jar— Java 25copy_paster-3.5.1+26.3.jar— Java 25
Requires Fabric Loader 0.19.5+ and Fabric API. Bind [ and ] under Options → Controls → Copy Paster (or use /copy).
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:GFc6lMFN:kgk8jGhQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GFc6lMFN:kgk8jGhQ"
}


