Unable to interact with any other IronBackpacks pack while one is open
jasondm opened this issue ยท 8 comments
Prevents nesting or un-nesting packs, or moving other packs around in the main inventory. No console/log updates when attempting to do so
- Create two packs
- Open one pack
- Attempt to move second pack
- IronBackpacks: 3.0.4
- Minecraft: 1.12.2
- Forge: 14.23.1.2598
- Other Conflicting Mods (may be irrelevant to your issue): Inventory Tweaks 1.64
Not really a bug. Just an incomplete feature. The nesting system hasn't been implemented yet, so there is a global blacklist of all backpack interactions, currently.
Not related to the blacklist. There is a hard check for IBackpack
in ContainerBackpack
with a TODO.
While nesting still isn't completely implemented, version 3.0.5-6 does fix the issue I mentioned so I'll close this issue. Thanks for the fix and the mod, looking forward to new versions.