Smart item pickup solution inspired by Thaumcraft!
This mod reintroduces Thaumic Tinkerer's iconic Bottomless Pouch with significant improvements to its automation capabilities and user experience.
You have full permission to include this mod in any modpack without obligations!
⚠️ Important Configuration Note:
Drop handling occurs on the backend. Config changes won't override drop rates modified by other methods (KubeJS, CraftTweaker, etc).
Prevent NBT Explosion:
If your pack contains any container items (shulker boxes, backpacks, etc), MUST add them to the pouch blacklist. Otherwise players can store these in the pouch, creating recursive NBT data that may corrupt worlds.
How to blacklist items:
data/bottomlesspouch/tags/items/pouch_prevented_items.json{
"replace": false,
"values": [
"modid:container_item1",
"modid:container_item2",
"minecraft:shulker_box"
]
}
OR you can add tags via KubeJS tags
Assets & Concept:
Development & Improvements:
License: CC BY-NC-SA 4.0
Permitted: Use, modification, distribution
Required: Attribution, same license terms
Prohibited: Commercial use
Not an official Minecraft product. Not affiliated with Mojang, Microsoft, or original mod authors. Free for non-commercial use.