gr8pefish / IronBackpacks

A Minecraft mod that adds portable storage in the form of tiered backpacks with modular upgrades.
GNU General Public License v3.0
60 stars 33 forks source link

Conflict with InventoryTweaks ? v. 1.12.2 #197

Closed Dockter closed 6 years ago

Dockter commented 6 years ago

Issue Description: When you open your backpack inventory, from your main inventory if you attempt to SHIFT-CLICK inventory (which with InventoryTweaks), will transfer all of a specific type to the above inventory window, IronBackpack attempts to /give you the item you attempted to shift-click.

Affected Versions (Do not use "latest"):

Thank you,

Xiaminou commented 6 years ago

I think this issue is that there is currently no InventoryTweaks support for this version and therefore you can't use its shortcuts. Or is it a bug?

TehNut commented 6 years ago

I wasn't really able to reproduce this, but I have gone ahead and reimplemented the InvTweaks API in 7fb26c07680d669d7428b2730d7a428951ac470e which should solve any issues. If it persists, I'm going to chalk it up to Sponge unless you can prove otherwise.