How to detect item attack damage

Started by Nintwendo on

Topic category: Help with MCreator software

Last seen on 17:15, 10. Jan 2024
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to detect item attack damage

So I want to detect (In a procedure) how much damage an entity (the player) does, i.e. how much damage the item in its hand does. I am using the procedure when EntityAttacked, and I see that there is a given value listed as "amount", which I assume is the amount of damage that was done by the entity, but I do not know how to access its value to use in my procedure.

Last seen on 13:33, 21. Apr 2024
Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Double click on "amount". It…
Thu, 06/01/2023 - 13:02

Double click on "amount". It will add it to the procedure