Skip to content

Commit 8505a02

Browse files
committed
Slowness > Leaping
1 parent 5a491eb commit 8505a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev/_2lstudios/viarewindpotions/utils/PotionTranslator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public enum PotionTranslator {
1919
STRENGTH(PotionEffectType.INCREASE_DAMAGE, new TranslationData(16393, 0, 106)),
2020
WEAKNESS(PotionEffectType.WEAKNESS, new TranslationData(16424, 0, 106)),
2121
LUCK(PotionEffectType.LUCK, new TranslationData(16388, 0, 106)),
22-
SLOW_FALLING(PotionEffectType.SLOW_FALLING, new TranslationData(16427, 0, 106));
22+
SLOW_FALLING(PotionEffectType.SLOW_FALLING, new TranslationData(16394, 0, 106));
2323

2424
private PotionEffectType effect;
2525
private TranslationData[] datas;

0 commit comments

Comments
 (0)