Started by
RedCorr
on
Topic category: Help with Minecraft modding (Java Edition)
Instrument that shoots if you hit.
Is that possible?
Ok, i have some examples in my mind, that i can do with procedures, but hey, i may be wrong, so help me out.
Edited by RedCorr on Sat, 06/27/2020 - 02:52
Your description is unclear, mind if you explain a little more?
Create a procedure on entity attacked, if source entity is player with this weapon in main hand just spawn the projectile you want or so
The weapon would spawn arrow, projectile once i will swing that weapon.
I think this is clearlest.
huh
Try to do
Make a procedure for "when item right clicked on air" and use the "shoot projectile" block to make it shoow an arrow
Ok, thanks!