Started by
JaoHall
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a projectile that after a set amount of time (≈5) will despawn, how could I do this?
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a projectile that after a set amount of time (≈5) will despawn, how could I do this?
On projectile flying tick:
Wait 100 ticks then on server-side do:
Despawn event/target entity
Projectiles are referred to as 'Immediate Source Entity', @kamensh4ik is correct, but you have to use the [Immediate source entity] block within the despawn block.