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

Under certain conditions you can copy things in the workbench #161

Open
Dima8249 opened this issue Jul 21, 2020 · 1 comment
Open

Under certain conditions you can copy things in the workbench #161

Dima8249 opened this issue Jul 21, 2020 · 1 comment

Comments

@Dima8249
Copy link

To copy a thing you must complete these steps:

  1. craft something
  2. Get out of the crafting grid and break some block nearby
  3. go back to the workbench and you can see the items laid out in the crafting grid for a previously created item.
@Unarelith
Copy link
Owner

Ok so here's my current idea until the underlying system is fixed::

  • Instead of sending the inventory from the client, there should be new packets
    • InvTakeItemStack: invID, x, y, stringID
    • InvPutItemStack: invID, x, y, stringID
    • InvMoveItemStack: invID, x, y, invID2, x2, y2, stringID
    • InvClearItemStack: invID, x, y, stringID

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

No branches or pull requests

2 participants