WIP Crafting Table UI

  • Pass player’s level to crafting table UI.
  • Pass callback on item crafted, so player can update encountered items list and regenerate unlocked recipes.
  • Add “hand” to the crafting table UI.
  • Move hand dimensions setup into the Hand constructor.
  • Implement hand and inventory interaction in the crafting table UI.
  • Implement item stacking.
  • Visualize the number of items in the slot.

TODO: - [ ] Show number of items in the hand, not only icon. - [ ] On closing the crafting table UI, if something is in the hand, it should automatically go into the inventory.

Previous