Listener for item / block crafting & item sub ID's

Hey,
Please help me with following questions:

  1. I was searching for an event that listens to item crafting (workbench and inventory). It should fire when the user crafts a new item / block. Unfortunately, I could not find a event doing this…
    Is there such an event, or is it not implemented yet?

  2. How can I get the sub-id of a block / item, when I get the block like: event.getTransactions().get(0).getFinal().getState().getType().getId() (Event: ChangeBlockEvent.Place)

Thank you in advance :smile:

  1. There is CraftItemEvent, but it’s not implemented yet,
  2. Check out BlockStates.