Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 3 days ago
All versions
1.5.3-mc1.21.7
Release
ThrowAll & MoveAll 1.5.3 (Minecraft 1.21.7)3 days ago 1
Compatibility
Minecraft: Java Edition
1.21.7
Platform
Fabric
Supported environments
Client-side
Changes
What's New in v1.5.3:
- Fixed Incomplete MoveAll / ThrowAll: Resolved an issue where only a portion of matching items were moved or thrown, leaving remaining stacks behind.
- Smart Custom Item Matching (Server Plugins Support): Fully compatible with custom server items (Slimefun, MMOItems, Skyblock custom heads, keys). Distinguishes items accurately by Display Name while safely ignoring server internal UUIDs/timestamps.
- Enhanced Enchanted Book Filtering: Now accurately inspects internal enchantments—never accidentally groups different enchanted books together.
- Smart Durability Handling: Smoothly groups damaged tools of the same type while strictly keeping enchanted/renamed gear safe.
- Full 20-Version Support: Seamless support from Minecraft 1.19 up to 26.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:1LpIRVn4:hW51IyUF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1LpIRVn4:hW51IyUF"
}

