Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 years ago
All versions
1.1.22-26.1.2
Alpha
TakeItOut (Take It Out) 1.1.22-26.1.2last month 103
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Changes
New Features
Dump Containers
- Mark world containers as dump targets (hotkey
G) to automatically offload unwanted blocks from your inventory - Dump containers appear in the Containers tab with an orange highlight and can be toggled there as well
- During full-inventory swaps (Easy Place / printer), displaced items are routed to dump containers instead of back into the source container
Container Groups
- Save and switch between named sets of linked containers, stored per world/server
- Each group holds source and dump containers across all dimensions
- Old container data auto-migrates to a group named "default"
Improvements
Containers UI
- Delete All buttons (with confirmation) for source and dump container lists
- Dump container rows now have separate Mark/Unmark and Delete buttons, matching source rows
- Containers tab header now shows linked container count and server scan limit
- Fix: Mark/Unmark for dump containers now works even outside render distance
Container Groups
- Removed the switch-group confirmation dialog — auto-save makes it unnecessary, data is never lost on switch
Bug Fixes
- Easy Place: Fixed blocks not being placed into water and other replaceable blocks (waterlogging, etc.)
- Easy Place: Fixed redstone dust and other blocks that change state after placement getting skipped on the next tick
- Easy Place: Fixed
waitingForItemgetting permanently stuck wheneasyPlaceOnUseTickstops firing - Item merging: Fixed items exceeding max stack size (64) when merging into partially-filled slots
- Notification: "All Items" disabled message now appears in chat instead of the action bar, where it was silently overwritten by the game
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:usAyJ0Wy:YIxPWgqt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:usAyJ0Wy:YIxPWgqt"
}

