Inventory Overflow
Places digged items into the next available inventory
MIT © 2024 monk
Summary
When you dig a node, and your main inventory is full, this mod will attempt to put that node into the next available inventory provided by:
-
sfinv_bags or unified_inventory bags
- Support for up to all four bag inventories!
- Only works if a bag is equipped!
-
- Both chests can be used simultaneously!
- Only works if a chest is in the main inventory, or a bag inventory!
Dig a node, try to put it in:
- Main inventory
- Enderchest if carried in main inventory
- Void Chest if carried in main inventory
- Equipped bags 1 through 4
- Enderchest if carried in the equipped bag
- Void Chest if carried in the equipped bag
- The ground if everything is full
This mod should work as-is without configuration, provided there is at least one of the above mentionned mods already installed.
I guess that's it
Languages
Lua
100%