Custom Arrow disappears instead of sticking to block in testing

Started by unkownodyssey on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom Arrow disappears instead of sticking to block in testing

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.

Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Edit: I saw another post…
Sun, 11/23/2025 - 20:20

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.

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Unfortunately you'd have to…
Tue, 11/25/2025 - 08:14

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.