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 69 forks source link

Quark compatibility #20

Open comp500 opened 5 years ago

comp500 commented 5 years ago

Quark has a feature called "Better Crafting Shift-Clicking" where if you shift-click an item from your inventory while using a crafting table, it moves the item to the crafting table rather than your hotbar (and villagers as well, despite it not being mentioned on Quark's website).

Item Scroller prevents this functionality from working for crafting tables, but not for villagers. This issue occurs regardless of the value of "enableScrollingStacksFallback".

maruohon commented 4 years ago

I think this is probably caused by the shift + click + dragging code. It could probably be changed to not work for the first stack when shift + left clicking.