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

Fix dragged items not rendering #193

Conversation

AzureAaron
Copy link
Collaborator

Fixes a critical issue where when you were dragging items in an inventory (eg a crafting table) the dragged items wouldn't render at all, this also happened in vanilla.

This issue was caused by always returning the item that was in the slot (which would be nothing) rather than retuning the actual item stack when it was available.

@kevinthegreat1 kevinthegreat1 merged commit 55b777d into SkyblockerMod:master Jul 2, 2023
1 check passed
@AzureAaron AzureAaron deleted the crafting-table-item-dragging-fix branch July 2, 2023 02:15
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

Successfully merging this pull request may close these issues.

None yet

2 participants