Update mappings + dependencies

This commit is contained in:
Nicholas Ignoffo 2019-01-31 19:10:37 -08:00
parent 1426e49164
commit 83f0eefa15
147 changed files with 224 additions and 223 deletions

View file

@ -49,7 +49,7 @@ public class LivingArmourUpgradeFallProtect extends LivingArmourUpgrade {
}
@Override
public String getUnlocalizedName() {
public String getTranslationKey() {
return tooltipBase + "fallProtect";
}
}