From 205aabe11f8d7b6a0fbc4c36ae9e3e1513fd0506 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 4 Dec 2024 15:27:09 +0000 Subject: [PATCH] Fixed merge error --- src/item/enchantment/VanillaEnchantments.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/item/enchantment/VanillaEnchantments.php b/src/item/enchantment/VanillaEnchantments.php index 9bee89a67..5cdcd5225 100644 --- a/src/item/enchantment/VanillaEnchantments.php +++ b/src/item/enchantment/VanillaEnchantments.php @@ -136,8 +136,6 @@ final class VanillaEnchantments{ self::register("FROST_WALKER", new Enchantment( KnownTranslationFactory::enchantment_frostwalker(), Rarity::RARE, - 0, - 0, 2, fn(int $level) : int => 10 * $level, 15