Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 years ago
All versions
1.1.18-1.21.11
Beta
TakeItOut (Take It Out) 1.1.18-1.21.112 months ago 674
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
Changelog
1.1.18
Added
- Added a
Sort: Name/Sort: Counttoggle to the TakeItOut item list screen. - Applied the selected item sorting mode to both
All Itemsand linked-container contents popups. - Persisted the selected item sorting mode in the client settings.
- Added Litematica material list integration for linked world containers:
- linked container contents are requested when the material list opens or refreshes;
- returned container item counts are added to Litematica's available material counts;
- the material list refreshes after the server response arrives.
- Added cross-dimension linked container support within the same world/server.
- Added a server config file,
takeitout-server.json, for controlling linked-container exchange:linked_container_exchange_mode:disabled,same_dimension, orcross_dimension;allowed_exchange_dimensions: optional dimension allowlist for linked-container exchange.- Example:
An empty{ "linked_container_exchange_mode": "cross_dimension", "allowed_exchange_dimensions": [ "minecraft:overworld", "minecraft:the_nether" ] }allowed_exchange_dimensionslist allows all dimensions for the selected mode.
Changed
Countsorting now shows the most abundant items first and falls back to item name for stable ordering.Namesorting is case-insensitive and falls back to count for stable ordering.- Linked container network requests now include the source dimension instead of only block coordinates.
Fixed
- Improved compatibility with Carpet/debug renderers so linked container outlines are less likely to be hidden or overwritten.
- Fixed overlap between the TakeItOut screen toolbar buttons and the world/container status text.
Notes
- Litematica already counts items stored in shulker boxes in the player's inventory; TakeItOut only adds linked world-container counts on top.
- Linked container material counts use the existing server-side scan limit of 64 containers per request.
- Linked container outlines are still rendered only in the player's current dimension.
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:VzqPMRzd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:usAyJ0Wy:VzqPMRzd"
}

