Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] massCraftSwapsOnly is buggy in 1.20.4 #108

Open
AsOne2020 opened this issue Apr 22, 2024 · 1 comment
Open

[Bug] massCraftSwapsOnly is buggy in 1.20.4 #108

AsOne2020 opened this issue Apr 22, 2024 · 1 comment

Comments

@AsOne2020
Copy link

When you enable the massCraftSwapsOnly option and press the massCraft key, only items in the inventory will be automatically crafted, not items in the backpack. The reason for this is that in 1.20.4, when using the swap method to craft items, only items in the inventory or a sidekick can be swapped.

@AsOne2020
Copy link
Author

the following is related code in ScreenHandler.internalOnSlotClick
if (actionType == SlotActionType.SWAP && (button >= 0 && button < 9 || button == 40)) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant