Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated last month
All versions
26.1.2-5.1.0-neoforge
Release
[26.1.2] R3CT Collector 5.1.04 months ago 29
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
R3CT Collector 5.1.0 🚀
This update introduces a brand new, highly-requested item submission system to keep your valuable gear safe, alongside important bug fixes!
✨ New Features:
- Safe Item Submission: Submitting items is smarter than ever! If the mod detects that the item you are trying to submit has enchantments or a custom name, it will now prompt you with a brand new Confirmation Screen to prevent accidental loss of your valuable gear.
- Item Selection Menu: If you have multiple different variations of the same item in your inventory (e.g., a brand new sword and a damaged one), the game will now open a dedicated Item Selection Screen, allowing you to pick exactly which one you want to hand over.
- Smart Item Grouping: Inside the new selection menu, identical items (like multiple stacks of standard oak planks) are intelligently grouped together into a single option. The UI will also display the combined total amount of those items for a cleaner look.
🐛 Bug Fixes:
- Precise Item Detection: Fixed a major visual bug where holding any potion or tipped arrow would incorrectly highlight all potions and arrows in the Catalog. The UI now correctly respects item components (NBT data), ensuring only the exact matching variants are highlighted.
Supported Mod Loaders: Fabric & NeoForge (26.1.2)
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:s3Pqiq8j"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JNIJFVHZ:s3Pqiq8j"
}

