maruohon / itemscroller

A client-side Minecraft mod that adds various convenient ways of moving items within inventory GUIs, such as scrolling over stacks to move single items to or from it
GNU Lesser General Public License v3.0
147 stars 68 forks source link

[Request] Scroll through bundles contents to extract the item that you want #85

Open Player505 opened 1 year ago

Player505 commented 1 year ago

I'm not sure if this is outside the scope of Itemscroller but I think it would be cool if we could scroll through a bundle so that we can extract the item that we want rather than having to extract each leading item after the one that we want. Something similar to this.

maruohon commented 1 year ago

I actually have no idea how bundles work, I've yet to ever try them or look into their code... But I suspect this is probably not possible in a client-only mod (except for single player, but I kinda don't like adding single-player-only features).