mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-09 15:29:47 +00:00
Fixed merge error
This commit is contained in:
parent
3091e1325f
commit
205aabe11f
@ -136,8 +136,6 @@ final class VanillaEnchantments{
|
|||||||
self::register("FROST_WALKER", new Enchantment(
|
self::register("FROST_WALKER", new Enchantment(
|
||||||
KnownTranslationFactory::enchantment_frostwalker(),
|
KnownTranslationFactory::enchantment_frostwalker(),
|
||||||
Rarity::RARE,
|
Rarity::RARE,
|
||||||
0,
|
|
||||||
0,
|
|
||||||
2,
|
2,
|
||||||
fn(int $level) : int => 10 * $level,
|
fn(int $level) : int => 10 * $level,
|
||||||
15
|
15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user