Skip to content

Commit

Permalink
Enchantment compat feather falling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Apr 10, 2021
1 parent 42d70ad commit 7119e4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public enum EnchantmentCompat {
CHANNELING("minecraft:channeling", "", 68), // 1.13
DEPTH_STRIDER("minecraft:depth_strider", "DEPTH_STRIDER", 8),
EFFICIENCY("minecraft:efficiency", "DIG_SPEED", 32),
FEATHER_FALLING("minecraft:falling", "PROTECTION_FALL", 2),
FEATHER_FALLING("minecraft:feather_falling", "PROTECTION_FALL", 2),
FIRE_ASPECT("minecraft:fire_aspect", "FIRE_ASPECT", 20),
FIRE_PROTECTION("minecraft:fire_protection", "PROTECTION_FIRE", 1),
FLAME("minecraft:flame", "ARROW_FIRE", 50),
Expand Down

0 comments on commit 7119e4e

Please sign in to comment.