Is it possible to make bouncing arrows?
I want to make arrows that can bounce off the ground and walls, how should I go about doing this? I've had some ideas like detecting when the arrow will hit a block the tick before and then switching it's velocity, summoning a new arrow when the current one hits the ground, or maybe teleporting the arrow when it hits the ground. Are any of these ideas good, and if not, are there any better methods?
Continue to help post