Tags
Creators
Details
26.2-5.2.0-neoforge
Compatibility
Changes
R3CT Collection 5.2.0 đ
This update brings a massive UI refresh, highly requested quality-of-life features like JEI integration and bulk submissions, and squashes a mountain of bugs! There are simply too many minor mechanical and visual changes to list them all here. The best way to experience it is to update and see for yourself!
đˇď¸ New Name, Same Great Mod!
- R3CT Collector is now R3CT Collection! I've officially changed the name of the mod. This change was primarily made to improve searchability on platforms like Modrinth and CurseForge, making it much easier for players and modpack creators to find. Plus, "Collection" simply fits the core theme perfectly - it's all about building your ultimate, complete catalog of items!
⨠New Features & Integrations
- JEI Integration: The Catalog now fully supports Just Enough Items (JEI)! You can instantly look up item recipes and uses directly from the Collector's book, making completing your collection smoother than ever.
- Bulk Submission: Got a chest full of items? You can now submit items in bulk! This highly requested feature will save you tons of clicks and time.
đ¨ UI & Visual Enhancements
- Refreshed Interface: The entire Catalog UI has received a sleek visual overhaul for a cleaner and more modern look.
- Smart Submission Indicators: Added brand new visual markers to the interface. The game now clearly highlights when you have items in your inventory that are ready to be handed over!
âď¸ Config & Reward Rebalance
- Worthwhile Rewards: Reward configs have been completely rebalanced. Submitting items is now much more rewarding and properly compensates you for your hard work!
- Updated Blacklists: The default configuration has been updated to automatically blacklist missing or unobtainable vanilla items, ensuring you never get stuck on an impossible category.
đ ď¸ Fixes & Under the Hood
- Bug Squashing: Repaired a ton of minor and major mechanical and visual bugs across the UI and backend systems. The mod runs smoother than ever.
Supported Mod Loaders: Fabric & NeoForge (1.21.11 - 26.2)
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:JNIJFVHZ:v1AEz4p2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JNIJFVHZ:v1AEz4p2"
}


