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
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.