Tags
Creators
Details
1.1.12-1.21.11
Compatibility
Changes
Changelog
🔧 Main
-
Easy Place has been significantly improved: the mod now places blocks more reliably right after pulling them from a shulker.
-
Fixed a common case where the first right-click only pulled the block, and placement required a second click.
-
Added persistence for mode toggles:
Auto Take OutandSingle Item Modeare now restored after client restart.
✨ New
-
Added shulker extraction mode:
- SINGLE ITEM (1 item)
- FULL STACK (full stack)
-
You can switch modes with the B key.
-
⚠️ Compatibility Notice
Older client versions of TakeItOut are not compatible with the current server version.
This incompatibility was introduced after adding Single Item Mode.
Using an outdated client may result in a disconnect from the server.
👉 Please update the mod to the latest version on the client.
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:Z8hfmkOU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:usAyJ0Wy:Z8hfmkOU"
}

