From d8ab59be4f208c47929aed9b3c328e9b91e4ac52 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 6 Sep 2022 14:51:37 +0100 Subject: [PATCH] Revert "Fixed swift sneak description" This reverts commit 2bbc5338cf22795f96cd76af0359b6c573b2df46. --- 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 e7ad2be3..4d8d2e10 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: "((%level% * 15) < 100) * (%level% * 15) + (100 < %level% * 15) * 100" + placeholder: "min(%level% * 15, 100)" type: normal rarity: common