Procedure's projectile angle is wrong

Started by Kierubellas on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure's projectile angle is wrong

(excuse my bad english)

For some reason the projectile goes in random directions, except where the entity is looking

The Triggers is entitty tick update

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
One detail I forgot to…
Fri, 10/27/2023 - 03:48

One detail I forgot to mention, this is for an entity melee

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Add the shooter on the shoot…
Fri, 10/27/2023 - 12:07

Add the shooter on the shoot code block. Change it to event target entity.

 

 

 

 

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Same thing.  When the entity…
Fri, 10/27/2023 - 15:22

Same thing. 

When the entity is stationary, the shot always comes from the same place, in the same direction, no matter where it's looking. When it's chasing me, the shots change direction

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try changing the dy, dx, and…
Fri, 10/27/2023 - 17:21

Try changing the dy, dx, and dz to just x, y and z blocks.

 

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Now he only shoots in one…
Sat, 10/28/2023 - 15:15

Now he only shoots in one direction, not where he's looking

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make It so the shoot from…
Mon, 10/30/2023 - 13:00

Make It so the shoot from block is now a shoot from entity block.

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Did it work? Or do you need…
Sun, 11/05/2023 - 22:34

Did it work? Or do you need some more help?