All versions
3.0.5
Release
3.0.5 - [1.20-1.21]2 years ago 128
Compatibility
Minecraft: Java Edition
1.21–1.21.3
1.20.1–1.20.6
Platforms
Folia
Paper
Purpur
Changes
Strict Sorting
Using the network wand, you can now select, whether you want to add a filter for an entire item type or just a specific item with its meta-data
Fixes
- Components can no longer be placed inside of each other
- Duplicates and invalid filters are now automatically removed from the properties of Sorting Containers on plugin startup
- Added the lang key
component.list.empty
Other changes
- Readded the "try networks" notification
- Added async auto saves for Folia compat
- Right-clicking a non-component with a Wand now shows an error
- The Wand will now treat the vanilla chests attached to components as the component now
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:KKr3r1PM:hxfoj5hb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KKr3r1PM:hxfoj5hb"
}

