mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
SPIGOT-4264: Fix channeling EnchantmentWrapper
By: md_5 <git@md-5.net>
This commit is contained in:
parent
f50aec2a42
commit
7914e5e323
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ public abstract class Enchantment implements Keyed {
|
||||||
* Strikes lightning when a mob is hit with a trident if conditions are
|
* Strikes lightning when a mob is hit with a trident if conditions are
|
||||||
* stormy
|
* stormy
|
||||||
*/
|
*/
|
||||||
public static final Enchantment CHANNELING = new EnchantmentWrapper("chanelling");
|
public static final Enchantment CHANNELING = new EnchantmentWrapper("channeling");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allows mending the item using experience orbs
|
* Allows mending the item using experience orbs
|
||||||
|
|
Loading…
Reference in a new issue