Potion Effect
Customization Options
effect
The ResourceLocation for any registered MobEffect, including modded ones.
Example
{
"auras": [
{
"aura": "POTION",
"potionEffect": {
"effect": "minecraft:blindness"
}
}
]
}
strength
The strength of the potion effect.
Example
{
"auras": [
{
"aura": "POTION",
"potionEffect": {
"effect": "minecraft:hunger",
"strength": 2
}
}
]
}