Triple Arrow Bow

Started by SplEkoGames on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Triple Arrow Bow

Title, I want to make a bow that shoots three arrows, preferably no coding.

Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use the trigger for [when…
Sun, 12/18/2022 - 16:58

Use the trigger for [when ranged item used].
Then put two shoot procedure blocks and add arows. For all of the trajectory and/or direction parts, use [x/y/z facing direction] of the targret entity (which would be the player) I would recommend setting the inaccuracy higher than normal because these are the secondary arrows
Optionally, you could implement subtract blocks to remove two extra arrows from the player's inventory
Note that this probably won't work if the ranged item is given to mobs, but it will work with players/

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ves everything here I was…
Fri, 12/23/2022 - 01:25

ves everything here I was thinking this would need some quite complex java, and this gigachad solves everything