apply_attribute

Apply vanilla attributes to the player.

- id: apply_attribute
  args:
    modifiers:
      - "GENERIC_MOVEMENT_SPEED:10.4"
      - "GENERIC_KNOCKBACK_RESISTANCE:4.5"
      - "GENERIC_MAX_HEALTH:100.5"
    operation: SUM # PERCENT_ADD, MULTIPLY, SUM, REST

Last updated