Remove usage of deprecated server-side I18n

This commit is contained in:
Electroblob77
2020-04-09 21:28:48 +01:00
parent bd11c9c759
commit c50b344041
2 changed files with 3 additions and 5 deletions
@@ -621,8 +621,8 @@ public abstract class Spell extends IForgeRegistryEntry.Impl<Spell> implements C
}
/**
* Returns the unlocalised name of the spell, without any prefixes or suffixes, e.g. "flame_ray". <b>This should
* only be used for translation purposes.</b>
* Returns the unlocalised name of the spell, which is now its registry name as a string, e.g. "ebwizardry:flame_ray".
* <b>This should only be used for translation purposes.</b>
*/
public final String getUnlocalisedName(){
return unlocalisedName;