LogoReliable Recipe Viewer

Depending on RRV

These instructions are for my maven, but the mod can also be used by importing it from Modrinth Maven by following their instructions.

Note: RRV 8.2.0 and above requires Fabric Loom 1.16 or above. For more information about updating Loom, see the Fabric Documentation.

Adding the dependency

repositories {
exclusiveContent {
forRepository {
maven {
name = "Cassian's Maven"
url = uri("https://maven.cassian.cc")
}
}
filter {
includeGroupAndSubgroups("cc.cassian")
}
}
}
dependencies {
// Fabric (1.21.11 and below)
modImplementation("cc.cassian.rrv:reliable-recipe-viewer-fabric:${rrv_version}+${minecraft_version}")
// Fabric (26.1 and above)
implementation("cc.cassian.rrv:reliable-recipe-viewer-fabric:${rrv_version}+${minecraft_version}")
// NeoForge
implementation("cc.cassian.rrv:reliable-recipe-viewer-neoforge:${rrv_version}+${minecraft_version}")
}

Now that you have RRV installed, you can move on to creating a Client Recipe Type.