infinite_inventory-1.2.0.jar
Curse Maven Snippet
What's new
What went wrong
- No transaction support — inserts wrote permanently and ignored
TransactionContext. Pipe mods simulate/roll back transfers; withoutSnapshotJournal, those rollbacks void items on the pipe side while the bag never reliably kept them. - No empty insert slot —
size()was just unique item count, so every slot looked full.insertStacking(used by many logistics mods) only fills matching or empty slots, so new item types were rejected after already being pulled from the source.
What was fixed
- Pedestal handler now extends
SnapshotJournaland only marks dirty / syncs on root commit - Always exposes one empty slot for new item types
- Direct
insert(resource, amount)path for whole-handler transfers - Stable slot ordering for extract
addItem/removeItemno longer wipe the crafting grid on every transfer
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

