From 2bbc5338cf22795f96cd76af0359b6c573b2df46 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 6 Sep 2022 14:24:00 +0100 Subject: [PATCH] Fixed swift sneak description --- eco-core/core-plugin/src/main/resources/vanillaenchants.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/vanillaenchants.yml b/eco-core/core-plugin/src/main/resources/vanillaenchants.yml index 4d8d2e10..e7ad2be3 100644 --- a/eco-core/core-plugin/src/main/resources/vanillaenchants.yml +++ b/eco-core/core-plugin/src/main/resources/vanillaenchants.yml @@ -275,6 +275,6 @@ soul_speed: swift_sneak: name: "Swift Sneak" description: "Reduces sneaking movement slowdown by &a%placeholder%%" - placeholder: "min(%level% * 15, 100)" + placeholder: "((%level% * 15) < 100) * (%level% * 15) + (100 < %level% * 15) * 100" type: normal rarity: common