TakeItOut (Take It Out)

Pick blocks directly from shulker boxes using mouse wheel, Litematica Easy Place, or right-click. Fully supports schematics and printers.

File Details

takeitout-1.1.26-26.2.jar

  • R
  • Jun 28, 2026
  • 344.63 KB
  • 120
  • 26.2
  • Fabric

File Name

takeitout-1.1.26-26.2.jar

Supported Versions

  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:takeitout-1095860:8333960"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Bug fix: Fixed compatibility with Litematica's pickBlockableSlots setting.

Previously, TakeItOut bypassed Litematica's slot restrictions by swapping items directly via malilib, ignoring which slots were marked as "blockable." A partial fix that was added earlier prevented slot overwriting but introduced a new issue — if you were holding an item in a non-blockable slot (e.g. a pickaxe), Easy Place would do nothing at all, even if the required block was in your inventory.

TakeItOut now fully delegates slot selection to Litematica, which handles pickBlockableSlots correctly: protected slots are never overwritten, and if your current slot is protected, Litematica automatically picks an available allowed slot.