Skip to content

Commit 5a54fc3

Browse files
authored
Merge pull request #5 from 4drian3d/missing
Added missing translation for SLOW_FALLING
2 parents eaccbcc + 8505a02 commit 5a54fc3

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(16394, 0, 106));
2223

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

0 commit comments

Comments
 (0)