Tags
Creators
Details
All versions
1.3.2
Release
1.3.210 hours ago 6
Compatibility
Minecraft: Java Edition
26.3
26.2
26.1.x
Platforms
Fabric
NeoForge
Supported environments
Server-side
Singleplayer
Changes
[1.3.2] โ 2026-09-23
Minecraft 26.3 support, shipped as one jar for every 26.x release so far. No gameplay changes.
Added
- Minecraft 26.3 support.
Changed
- One jar for Minecraft 26.1 through 26.3 โ 26.1, 26.1.1, 26.1.2, 26.2 and 26.3 โ on both Fabric and NeoForge, replacing the separate 26.1.x and 26.2.x jars. The mod's code is identical on all of them, so there is nothing to pick between.
- The jar is now named
_MC-26.1-3, and the code lives on themulti_26.1-3branch (multi_26.1andmulti_26.2are retired).
Dependencies
- Fabric: Minecraft 26.1โ26.3, Fabric Loader >= 0.19.3, Fabric API for your Minecraft version
- NeoForge: Minecraft 26.1โ26.3, NeoForge 26.1.2.76 or newer (no Fabric API, no Architectury)
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:cqM5MIQg:ezv0KRcp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cqM5MIQg:ezv0KRcp"
}

