How can i make my custom sword attack twice?

Started by seefolt11 on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 weeks ago
Joined Mar 2024
Points:
160

User statistics:

  • Modifications: 1
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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?

Active 2 days ago
Joined Dec 2014
Points:
1084

User statistics:

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

Something like this?

triggered by,

Active 4 months ago
Joined Apr 2025
Points:
22

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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

Active 3 weeks ago
Joined Mar 2024
Points:
160

User statistics:

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

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