Started by
ImSeyo
on
Topic category: Help with Minecraft modding (Java Edition)
I need to make a check when the shooter entity fired its projectile
Edited by ImSeyo on Mon, 04/08/2024 - 13:42
Topic category: Help with Minecraft modding (Java Edition)
I need to make a check when the shooter entity fired its projectile
Use the when projectile fired procedure in the custom projectile element.
AwesomeCoderDude The thing is, it only works with players. I need to do this check for mobs, since they don't use the item but instead shoot projectiles. That is, the procedures for the ranged item do not work for ranged mobs
I only works for players? I thought I used it for entities before. If not, on entity update tick, check if it is targeting for an attack.