Posted September 15, 20223 yr Hello, basically I have an item that stores custom capability and I want to make it such that if I pick up an ItemStack with my mouse (in inventory screen) I can drop it off on another item and it will go to it's inventory (like Quark's functionality of inserting items into shulker boxes). I wonder if there is a smart way of approaching this, maybe making a custom event or maybe there is such an event already (I've looked through events but coulnd't find one with the context of player's inventory)? I'm quite new to modding and I was looking into Quark's source code to see how it's been done but couldn't find it.
September 17, 20223 yr I would suggest looking into how `BundleItem` does it since I imagine the behavior is exactly the same.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.