Started by
DrKraken
on
Topic category: Help with Minecraft modding (Java Edition)
I have a question, is it something between my range of possibilites, to change the fact that every time I make a range item, the bullet does NOT stay in the block it hits, like an arrow or a trident, instead of sticking to the block it hits, it just suddenly disappears, is there a way to change this? I do use a custom 3D model for the bullets, but its still disappearing.
I don't think there is a way without maybe actual code. However, it may be possible to have a separate entity for when the bullet is in the ground, and then have the bullets spawn this second entity using the When bullet hits block trigger.
Otherwise, I don't think it's possible. Though, I could be wrong.
Well, alright, i will see how well that works.