All versions
2.1-26.2.x
Release
RockQoL v2.1-26.2.xlast year 430
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.2–1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client-side
Server-side
Changes
Version 2.1
- This mod still works with versions 1.21.2 up to 26.2.X. If you want to use this on older Minecraft versions, download the 1.21.1 mod.
4/16/25
- Fixed Repeater with copper never having a crafting recipe (or showing up twice)
- Added
copper_and_redstonetag and removedrepeater_from_copperrecipe - Added new HD pack icon
- Data Pack is now bundled in as a mod for Fabric, (Neo)Forge, and Quilt. It has the same features as the data pack, just makes installation easier. Will auto-enable when loading a world.
1.21.5 Version
- Changed Data Pack versions to 57-71
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:bMhlZTg5:9fsYGot5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bMhlZTg5:9fsYGot5"
}

