Fixed merge error

This commit is contained in:
Dylan K. Taylor
2024-12-04 15:27:09 +00:00
parent 3091e1325f
commit 205aabe11f

View File

@ -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