Tags
Creators
Details
1.1.16-1.21.11
Compatibility
Changes
TakeItOut - Changelog
Added
-
Added world container sources.
Shift + Right Clickon a placed chest, barrel, or shulker box links/unlinks it as a source for TakeItOut.- Linked containers can be used when the mod cannot find the required block in the player inventory or carried shulker boxes.
- Sources are saved per world/server and dimension, so they survive Minecraft restarts.
-
Added support for pulling items from placed containers.
- Works with chests, barrels, and shulker boxes.
- Supports single-item mode.
- Logs now include world-container request details and source counts.
-
Added outline rendering for linked world containers.
- Container outlines can be toggled with a configurable hotkey.
- Default outline color is green.
- Outline color is configurable through the mod settings.
-
Added TakeItOut settings screen.
- Open with the malilib hotkey
X + T. - Also available through the standard Minecraft Controls menu as
Open TakeItOut settings. - Also available through Mod Menu.
- Open with the malilib hotkey
-
Added
All Itemstab.- Shows all items available in linked world containers.
- Displays item names and total counts.
- No longer limited to building blocks.
-
Added
Containerstab.- Shows saved containers with coordinates and world/dimension context.
- Containers can be linked, unlinked, or deleted from the list.
- Unlinked containers stay visible in the list until deleted.
- Hovering a container row shows its contents.
Look Atshows the container currently under the crosshair without linking/unlinking it.
-
Added malilib-based settings.
- Hotkeys are configurable through malilib UI.
- Container outline color uses malilib color config.
- Settings are saved in config files.
Changed
Shift + Right Clickbehavior now toggles linked/unlinked state for supported placed containers.Unlinkno longer removes a container from the saved list.- Added a separate
Deleteaction for removing containers from the saved list. - Renamed the old
Keybindsbutton toSettings. - Moved outline color configuration into the malilib settings screen.
- Removed the extra in-screen color button.
- Removed filtering that only showed building blocks in container item views.
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:iAFCOhgd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:usAyJ0Wy:iAFCOhgd"
}

