OpenMiner icon indicating copy to clipboard operation
OpenMiner copied to clipboard

Under certain conditions you can copy things in the workbench

Open Dima8249 opened this issue 4 years ago • 1 comments

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.

Dima8249 avatar Jul 21 '20 15:07 Dima8249

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

Unarelith avatar Jul 28 '20 22:07 Unarelith