Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Config Conditions

Corgi Taco edited this page Dec 28, 2021 · 31 revisions

This page

Attribute Condition

The attribute condition lets you check a mob's current attributes such as HP or attack damage with a double comparator.

  "conditions_to_apply": [
    {
      "attribute_is": {
        "minecraft:generic.max_health": ">=5"
      },
      "type": "mobifier:attribute_is"
    }
  ]

Clone this wiki locally