Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
3.0.0+neoforge-26.2
Beta
3.0.0 for Neoforge 26.2last month 551
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
Changelog
3.0.0 (2026-06-24)
⚠ BREAKING CHANGES
- 26.1 support. Dropping active development for anything before 26.1
Features
- added display name based sorting rules (f1ae5f8)
- added provisional neoforge support (d4c3d99)
- added support for Trinkets slots (f4013aa)
- adding sorting ignore rule closes #232 (6607345)
- adding sorting rules closes #190 (25eede3)
- client side sorting fallback (185f031)
- cross-loader server translations (4643d8d)
- sorting can now pack into bundles that contain the same item (52f2ba5)
Bug Fixes
- 26.1 support. Dropping active development for anything before 26.1 (38377f0)
- 26.2 support (7a13d9c)
- Adding compatibility hiding for CC:Tweaks Turtles closes #99 (277f2c6)
- curseforge client/server param fix (e4a5173)
- gametest entrypoints are now removed from the manifest (6a39319)
- gametest removal from final jar v2 (c8b39bb)
- l10n: additional Italian translations (#245) (10d07d9)
- l10n: additional Korean translations (#244) (452f4f4)
- l10n: additional translations (54eb85a)
- l10n: additional translations (c711fab)
- l10n: additional translations (935e0aa)
- l10n: additional translations (95bf8ba)
- l10n: additional translations (f2ff2ca)
- l10n: additional turkish translations (6588001)
- neoforge networking (8484bcb)
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:5ibSyLAz:EghD6kRl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5ibSyLAz:EghD6kRl"
}


