fix shortcut inconsistency and input desync#194
Open
MassAnarchyy wants to merge 5 commits into
Open
Conversation
…dated readme and new mixin for craftinggrids
…ead) this should be only additional shortcuts
…ortcut support, routing items directly to and from its crafting grid
|
thanks. unplayable without the fix xd. seems to work from first impression |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
alt click sometimes acting like shift click or getting ignored due to input race and event cancellation issues
ensures shortcut handling always wins over nei fallback and prevent duplicate input events from reprocessing
fixes desync caused by delayed packet execution and unstable container state during rapid input, Was causing rendering then ultimately failing to move anything
add workbench mixin to "fix" transfer behavior and avoid vanilla interference, For some reason couldn't get this work without mixin, Maybe someone else can rework a better fix =)2026-06-11.16-35-30.1.mp4
Fixes : #193
Edit: I feel dumb, Didn't realize mouse tweaks was even in here, Thought it was solely inventory bogo managing most shortcuts / keybinds 🤦♂️
Edit: Fixed previous mistake on 193 which was tinkers workbench, Now works and pushes directly into crafting table rather than the connected chest, Shortcut keys also work here.