You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the random effect granted for enemy upon spawning cannot be nulled and must have a single effect, this makes the option where there's a guarantee potion effect for an enemy if the developer doesn't want to have one.
Versions: 1.18 and 1.19
Something like this: randomEffects = [".9=null", ".5=minecraft:speed,1", ".3=minecraft:speed,2", ".1=minecraft:speed,3"]
The text was updated successfully, but these errors were encountered:
Currently, the random effect granted for enemy upon spawning cannot be nulled and must have a single effect, this makes the option where there's a guarantee potion effect for an enemy if the developer doesn't want to have one.
Versions: 1.18 and 1.19
Something like this:
randomEffects = [".9=null", ".5=minecraft:speed,1", ".3=minecraft:speed,2", ".1=minecraft:speed,3"]
The text was updated successfully, but these errors were encountered: