Blocks being placed in wrong location

Started by ShinobiAaronYT on

Topic category: Help with modding (Java Edition)

Last seen on 01:22, 2. Jan 2023
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Blocks being placed in wrong location

i'm trying to create a projectile that when it hits a player blocks place on the entity that is being attacked. unfortunately it isn't as simple as {place [] at x y z} cause when its put in the section testing for if it hits a player or entity, itll place a block above the head of the person firing the projectile. What's the problem with it?