All versions
1.21-1.0.1
Release
Super Drag Drop 1.21-1.0.1last month 16
Compatibility
Minecraft: Java Edition
1.21
Platform
NeoForge
Supported environments
Client and server
Changes
Super Drag Drop 1.0.1
Version 1.0.1 focuses on broader compatibility, more reliable container transfers, and extensive fixes for Creative Mode, Fabric, storage terminals, and modded inventories.
Added
- Added builds for additional Minecraft versions and mod loaders:
- Minecraft 1.20.1: Forge, NeoForge, and Fabric
- Minecraft 1.20.6: NeoForge
- Minecraft 1.21 and 1.21.1: NeoForge
- Minecraft 1.21.1: Fabric
- Minecraft 26.1.2: NeoForge
- Added Refined Storage 1.x integration for supported Minecraft 1.20.1 Forge and NeoForge builds.
- Added Refined Storage 3 integration for Minecraft 26.1.2.
- Added support for deleting depot contents through the Creative Mode destroy slot.
- Added proper JEI plugin registration for Fabric, allowing the ingredient list to avoid the depot slot when supported by JEI.
Transfer Improvements
- Large quantities of the same item now continue filling all compatible slots in the selected container instead of stopping after one stack.
- If the complete depot contents fit into one slot, they are placed into the clicked slot.
- Transfers containing multiple stacks or item types now use the container’s natural slot order instead of forcing the first stack into the clicked slot.
- Player main inventory and hotbar are treated as separate destination areas. Clicking the hotbar no longer fills the main inventory first.
- Modded inventories backed by item handlers are now grouped by their real storage handler instead of placeholder containers.
- Improved compatibility with Sophisticated Backpacks and other inventories that support stacks larger than vanilla limits.
- Minecraft 1.20.1 network payloads now transmit a complete item prototype and a separate
longamount, preventing large stack counts from being truncated. - Overflow and rejected items remain in the depot, while later selected items remain at their source when capacity is exhausted.
Creative Mode Fixes
- Fixed duplication when repeatedly depositing and withdrawing normally carried Creative Mode items.
- Fixed cases where normally carried Creative Mode items were rejected or disappeared during deposit.
- Fixed selection, pickup, and placement in the Creative Mode hotbar.
- Fixed Fabric mappings for the hotbar shown on Creative Mode category pages.
- Fixed the hotbar displayed on the Creative Mode survival inventory page.
- Fixed Creative Mode clicks being mapped to armor or crafting slots instead of the intended player slot.
- Depositing into a non-empty depot no longer drops the carried item or changes the current cursor stack.
Terminal Fixes
- Fixed Fabric input handling for Refined Storage 2 terminals that override Minecraft’s standard container click method.
Alt + Left Clickcan now select Refined Storage terminal entries instead of performing a normal extraction.- Fixed transferred item previews being covered by slot highlight layers in Refined Storage terminals.
- Improved compatibility with AE2 terminal transfers across supported versions.
- Large AE2 and Refined Storage transfers continue to use
longquantities and remain subject to network capacity, permissions, and available energy.
Interface Fixes
- Improved automatic depot placement around container controls and other modded GUI elements.
- Fixed depot summary tooltip positioning in Minecraft 26.1.2.
- Fixed source slots appearing visually corrupted while depot contents were being carried.
- Fixed the last inserted stack being picked up again when releasing a multi-stack transfer.
- Transfer previews now render on a dedicated foreground layer so terminal slot backgrounds do not cover them.
- Depot quantity text is rendered above the item icon.
- Updated the mod icon with a compressed release asset, significantly reducing JAR size without changing its resolution.
Technical Changes
- Added remapping-safe accessors for Creative Mode wrapper slots on Fabric.
- Fabric container clicks are now intercepted through the Fabric Screen API, supporting modded screens that override
mouseClicked. - Preserved complete item NBT and Data Components through official Minecraft serialization.
- Updated every supported build to mod version
1.0.1.
Notes
- Refined Storage availability depends on the Minecraft version and loader.
- Refined Storage 1.x, 2.x, and 3.x use different APIs and are supported only by their corresponding builds.
- This release continues to support items only. Fluids, chemicals, energy, and other resource types are not transferable.
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:CdocYMgu:n0toMLxK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CdocYMgu:n0toMLxK"
}

