Skip to content

Commit 5a491eb

Browse files
committed
Added missing translation for SLOW_FALLING
1 parent eaccbcc commit 5a491eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ public enum PotionTranslator {
1818
REGENERATION(PotionEffectType.REGENERATION, new TranslationData(16385, 0, 106)),
1919
STRENGTH(PotionEffectType.INCREASE_DAMAGE, new TranslationData(16393, 0, 106)),
2020
WEAKNESS(PotionEffectType.WEAKNESS, new TranslationData(16424, 0, 106)),
21-
LUCK(PotionEffectType.LUCK, new TranslationData(16388, 0, 106));
21+
LUCK(PotionEffectType.LUCK, new TranslationData(16388, 0, 106)),
22+
SLOW_FALLING(PotionEffectType.SLOW_FALLING, new TranslationData(16427, 0, 106));
2223

2324
private PotionEffectType effect;
2425
private TranslationData[] datas;

0 commit comments

Comments
 (0)