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
149 stars 77 forks source link

Does your mod supports item re-filling? #88

Closed aleck099 closed 1 year ago

aleck099 commented 2 years ago

Pick the same tool from the inventory to main hand when current tool breaks up Pick the same item from the inventory to main hand when current item is used up Pick the same block from the inventory to main hand when current block is used up

maruohon commented 2 years ago

These are not part of Item Scroller. The Tweakeroo mod has a "Hand Restock" feature, which re-fills the hand slot when items (blocks) are used up (and by default it fills the slot a bit before it runs out, which helps in avoiding some inventory de-syncs, although they can still happen especially if you have a high ping to the server).

That feature doesn't work for tools though, but there is a separate "Swap Almost Broken Tools" feature which would prevent them from being completely used up and fetch a new replacement before it breaks.

aleck099 commented 2 years ago

These are not part of Item Scroller. The Tweakeroo mod has a "Hand Restock" feature, which re-fills the hand slot when items (blocks) are used up (and by default it fills the slot a bit before it runs out, which helps in avoiding some inventory de-syncs, although they can still happen especially if you have a high ping to the server).

That feature doesn't work for tools though, but there is a separate "Swap Almost Broken Tools" feature which would prevent them from being completely used up and fetch a new replacement before it breaks.

Thank you