Skip to content

Commit

Permalink
Add 1.16 enchantment - Soul Speed
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Aug 30, 2020
1 parent 6ed2db8 commit 3372996
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ public enum EnchantmentCompat {
// 1.14
MULTISHOT("minecraft:multishot", "", -1),
PIERCING("minecraft:piercing", "", -1),
QUICK_CHARGE("minecraft:quick_charge", "", -1);
QUICK_CHARGE("minecraft:quick_charge", "", -1),

// 1.16
SOUL_SPEED("minecraft.soul_speed", "", -1);

public final String namedKey;
public final String legacyName;
Expand Down

0 comments on commit 3372996

Please sign in to comment.