mirror of
https://github.com/songoda/EpicEnchants.git
synced 2024-12-31 21:48:28 +01:00
Fix
This commit is contained in:
parent
d49389e966
commit
7330df8657
@ -22,5 +22,5 @@ effects:
|
||||
# The trigger that will fire this effect
|
||||
trigger: "DEFENSE_PLAYER_MELEE,DEFENSE_MOB_MELEE"
|
||||
# Chance that this effect wil fire.
|
||||
chance: "user_is_sneaking ? (8 * {level)) : (4 * {level})"
|
||||
chance: "user_is_sneaking ? (8 * {level}) : (4 * {level})"
|
||||
|
Loading…
Reference in New Issue
Block a user