Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 3 weeks ago
All versions
1.0.30+1.21.1-neoforge
Release
MRU 1.0.30 for 1.21.1 NeoForgelast month 23.1K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
Added
- Greatly expanded the mod's scope to include common registration hooks, APIs for querying the player's inventory, bundles, backpacks, and accessory APIs, and multiversioned helper methods for maintaining mods from 1.20 through 26.2. These APIs will be further expanded in future updates as more and more of Cassian's mods begin to rely on MRU.
Removed
- Ko-Fi Donation API as IMB11 is no longer actively modding.
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mru-1.0.30+1.21.1-neoforge-sources.jar | Unknown | 101.78 KiB |
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:SNVQ2c0g:32pa8CKK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SNVQ2c0g:32pa8CKK"
}

