-
Notifications
You must be signed in to change notification settings - Fork 133
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
hand restock not working for water/lava/fish bucket(but works for power snow bucket). #524
Comments
I created a mixin to log the sendPacket function:
|
the trace three packet:
we can found that: the UpdateSelectedSlotC2SPacket is sent by but the packet was earlier than the PlayerInteractItemC2SPacket. I also tried a Lingering potion, it have same bug. |
checked #17, to avoid any network issue, using single player game
when I use the water bucket:
I found my hotbar was switch from slot 1 to slot 3, but the item 3 is empty bucket.
but if i try to put a stone, tweakeroo will only swap the item, and not switch my hotbar:
to avoid any other mod switch my hotbar, I turn onn the hand restock and tried again:
then my hotbar is still in the 1st slot.
I also tested by lava and fish bucket(fish buckets are copied by creative mode so the fish bucket have same nbt), also have this issue.
but the power snow buckets are working, it switched the hotbar but not swap the item:
The text was updated successfully, but these errors were encountered: