RC and LC detection
Starting with RC, I want to check when someone is holding down right click, and perform an action every tick while he is holding, while still allowing the player to interact with other stuff as normal (which removes the use of interactions and carrots on sticks). I tried modifying items with the consumable component and the using item advancement, but the advancement only trigger once every 3 ticks because that's how fast the mouse automatically clicks when you hold right click. Is there a way to make it run every tick while you are pressing the right click button, while being able to interact with the environment and hold any item? I thought of adding the blocking component (not sure what it was called, but it brought back 1.8 blocking with sword). Would this work perhaps?
Continue to help post