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

Copy-paste doesn't work in the anvil GUI #51

Closed Heitzenberg closed 3 years ago

Heitzenberg commented 3 years ago

I recently noticed that I can't copy-paste text into an anvil anymore. Without itemscroller, it's working fine. Is this a config issue or something else?

(itemscroller-fabric-1.16.4-0.15.0-dev.20210111.205029)

maruohon commented 3 years ago

I can't reproduce that, I can still paste normally in the Anvil GUI. What other mods do you have?

https://user-images.githubusercontent.com/2331050/107980704-65aedb80-6fc9-11eb-8e60-1e2e919cc976.mp4

Heitzenberg commented 3 years ago

Strange.. This is my mod list: image

When I remove itemscroller, it's working fine. Must be an incompatibility with another mod then.

maruohon commented 3 years ago

I guess first try if it still is an issue if you remove Appleskin, Fast Chest, g4mespeed, Shulker Box Tooltip. Also I guess before that, have you changed any of the hotkeys, maybe something bound to V in Item Scroller, with the Cancel Further Processing enabled?

Heitzenberg commented 3 years ago

"Also I guess before that, have you changed any of the hotkeys, maybe something bound to V in Item Scroller, with the Cancel Further Processing enabled?"

That was it! Thanks for the help, and sorry for the hassle.