bow without arrow

Started by TyJayZ on

Topic category: Help with MCreator software

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
bow without arrow

Hey everyone! What can I do so that my bow does not require arrows in the inventory when shooting?

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Instead Of making Range Item…
Tue, 07/16/2024 - 21:29

Instead Of making Range Item u can Use the Trigger "When Right Clicked From triggers and  Make Procedure 

If -  Has event/target entity in inventory (Place Any Item)

Do -  Shot { Arrow With Damage: (_) , Knockback: (_) , Piercing: (_ ), Fire: (_) , Particles: (_) , Pickup type: (_) } From Entity With Speed: (_), InAccuracy: (_)

(optionial) You can add a cooldown to it with (Cooldown Provided Itemstack For (_) Ticks for Event Target Entity

You can Use this Screenshot as a reference image for this procedure:

https://imgur.com/a/RJM5ozt

I hope it Helped :)