How can i make my custom sword attack twice?

Started by seefolt11 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can i make my custom sword attack twice?

I just need help with a sword i am making.
when the player swings the sword, the entity will be attacked twice. is there any way to do this?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Something like this? …
Thu, 04/10/2025 - 11:09

Something like this?

triggered by,

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Another thing you can do is…
Thu, 04/10/2025 - 12:01

Another thing you can do is use the "swing main-hand of Event/target entity" block to make it appear like the player swings again if that's necessary for what you're thinking of

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yes both of these things are…
Fri, 04/11/2025 - 07:29

yes both of these things are very helpful. i really appreciate it.