Well then add additional if to check which item is crafted. These are quite basics of procedures, so I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
Use global trigger on item crafted.
Sorry I didnt write that correctly, I want to know how to make sounds play when current, specific items are created (oak planks, flint and steel, etc)
Well then add additional if to check which item is crafted. These are quite basics of procedures, so I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
I've looked through each procedure tab and cannot find any
<[GEM] is crafted by player> procedure
You need to compare provided itemstack from the trigger with desired item.
Thank you