Relative Content

Tag Archive for javaminecraftforgeprojectile

Why does my onHitEntity only fire sometimes? Minecraft forge net.minecraftforge:forge:1.20-46.0.12

I created a drone in minecraft and gave it some goals which it executes well. Currently I’m having an issue that i cannot for the life of me figure out. so the drone currently shoots an arrow. the arrow will later be a laser but for now i just need the logic to work. So I’m having a couple of problems but the main one is that the arrows when hitting an entity does not always fire the onHitEntity override…