effect
The ResourceLocation for any registered MobEffect, including modded ones.
Name: Effect
Key: effect
Type: ResourceLocation
Default: minecraft:luck
minecraft:luck
{ "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
Last updated 1 year ago
Was this helpful?
{ "auras": [ { "aura": "POTION", "potionEffect": { "effect": "minecraft:hunger", "strength": 2 } } ] }