Potion Effect

Customization Options


effect

The ResourceLocation for any registered MobEffect, including modded ones.


Name: Effect

Key: effect

Type: ResourceLocation

Default: minecraft:luck

Example
{
  "auras": [
    {
      "aura": "POTION",
      "potionEffect": {
        "effect": "minecraft:blindness"
      }
    }
  ]
}

strength

The strength of the potion effect.


Name: Strength

Key: strength

Type: Integer

Range: 0 - 4

Default: 1

Example
{
  "auras": [
    {
      "aura": "POTION",
      "potionEffect": {
        "effect": "minecraft:hunger",
        "strength": 2
      }
    }
  ]
}

Last updated