Cancel right click swing animation

Started by NapTap0 on

Topic category: Feature requests and ideas for MCreator

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Cancel right click swing animation

I made a block where if you right click on it with the correct tool/item, it triggers a procedure that does something to the block. However, it would be nice if you could disable the player arm swing animation when right clicking the block if they have the wrong tool/item.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is caused by this line;…
Sun, 10/06/2024 - 02:24

This is caused by this line;

It seems like MCreator doesn't currently have any way to change what the interaction result will be for right click event.

So, if you want to fix this you'd have to use code locking.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oooooh! that's what that's…
Sun, 10/06/2024 - 13:12

oooooh! that's what that's for!! Yup, just tested, that worked!

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What next?: It just says…
Sun, 11/17/2024 - 21:05

What next?: It just says message in the bottom left?