Started by
TyJayZ
on
Topic category: Help with MCreator software
Hey everyone! What can I do so that my bow does not require arrows in the inventory when shooting?
Topic category: Help with MCreator software
Hey everyone! What can I do so that my bow does not require arrows in the inventory when shooting?
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 :)