ModLoader moves forwards
This commit is contained in:
parent
bca823c421
commit
8c79b9b946
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ public class ModLoader
|
|||
*/
|
||||
public static void addAchievementDesc(Achievement achievement, String name, String description)
|
||||
{
|
||||
|
||||
String achName=achievement.func_44020_i();
|
||||
addLocalization(achName, name);
|
||||
addLocalization(achName+".desc", description);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue