Started by
Ru4eyOk
on
Topic category: Help with Minecraft modding (Java Edition)
I decided to make my own hand hit sound, that only plays when the player punches, but the sound plays with all items in the hand.Could someone help me pls
Edited by Ru4eyOk on Fri, 05/19/2023 - 08:23
try 'and' instead of 'or' for the logic block, and maybe replace 'empty itemstack' with air item(the item procedure block, but changed to air) Also try 'sourceentity' instead of event/target entity
Thanks for the advice, but it still work incorrently