Started by
unkownodyssey
on
Topic category: Help with Minecraft modding (Java Edition)
To put it simply, it is in the name. Every time I shoot a custom arrow from a custom bow, it disappears. It doesn't even drop the item. If needed, I can't link/embed a video.
Edit: I saw another post similar to this one, but the commenter that fixed the problem used written code. I am trying to use procedures.
Unfortunately you'd have to use custom code to fix that, as by default the projectile entity will despawn upon hitting a block or entity. I recommend finishing your procedures before locking the code and then manually changing the code.