Breaking animation instead of instantly breaking a block

Started by vurro on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Breaking animation instead of instantly breaking a block

My code makes it so that i can instantly break bedrock with a left click (using a certain pickaxe), and i'd like it to have a breaking animation like all blocks do when you break them.
This is my current code: https://imgur.com/a/PmFKBdi

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Figured it out.
Sun, 08/07/2022 - 04:37

Figured it out.

you just check which hand…
Fri, 10/21/2022 - 17:21

you just check which hand the item is in and use the swing procedure, plus the break particles procedure.

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do you have the code cause…
Sat, 03/18/2023 - 19:09

Do you have the code cause it doesn't make sense to me?