Hey,
Please help me with following questions:
-
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? -
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