Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published last week
All versions
3.2.1+mc26.2-pre-3
Release
InvCatalogue 3.2.1 for Minecraft 26.2-pre-3last month 0
Compatibility
Minecraft: Java Edition
26.2-pre-3
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Patch fix for inventory and crafting screen buttons.
- InvSort and InvSearch buttons now move with the vanilla inventory and crafting screen when the recipe book is opened.
- The fix covers the normal 1.x GUI render path and the Minecraft 26.x render-state extraction path.
- Persistent data now lives in OS app-data under Tempest Studios, separated by
InvSort,InvSearch,InvCatalogue, and sharedInvCorefolders. - First launch copies legacy
.minecraft/inventorysortdata forward once, with Search imports handled conservatively so existing shared tracking files are never merged with legacy location lists. - Single-player worlds are now scoped by launcher instance, preventing same-name worlds in different instances from sharing tracking data; multiplayer server profiles remain shared across instances for the same Minecraft account, while different accounts on the same computer get separate tracking data.
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:rV7fRk8Z:7q9J83x8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rV7fRk8Z:7q9J83x8"
}

