Added ability to repair Fishing Rods

This commit is contained in:
Blake Bartenbach
2012-04-21 21:49:51 -05:00
parent 825bc87ca3
commit bf8649c0a7
6 changed files with 815 additions and 795 deletions

View File

@ -50,6 +50,7 @@ public class mcLocale {
return output;
}
catch (MissingResourceException e) {
e.printStackTrace();
return '!' + key + '!';
}
}