Fixed merge error

This commit is contained in:
Dylan K. Taylor 2024-12-04 15:27:09 +00:00
parent 3091e1325f
commit 205aabe11f
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

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