How do I make a specific sound play when crafting an item?
I know that you can make sounds play when crafting any item, but what is the required procedure to make a sound play when crafting a ranged weapon item?
I am not sure if this will work with all the new 1.14 crafting recipes however you can follow the steps below to see if this system works for them as well.
This will play a sound every time a item is crafted or smelted regardless of the mod or item. For more specific items you can test for a specific item by using the code at the very bottom of the image.
Make a procedure element.
Set the global trigger to one of the following options.
Something is crafted
Something is smelted
Go to the "World management" tab.
Find and Add the "Play at" procedure block show below.
Configure the sound and other properties on the procedure.
I am not sure if this will work with all the new 1.14 crafting recipes however you can follow the steps below to see if this system works for them as well.
This will play a sound every time a item is crafted or smelted regardless of the mod or item. For more specific items you can test for a specific item by using the code at the very bottom of the image.
Make a procedure element.
Set the global trigger to one of the following options.
Something is crafted
Something is smelted
Go to the "World management" tab.
Find and Add the "Play at" procedure block show below.
Configure the sound and other properties on the procedure.
Save your procedure and test it.
For all items crafted / smelted
For specific items crafted / smelted
Works like a charm, thank you!