Cleaned up translation keys

This commit is contained in:
drcrazy 2018-09-07 17:37:49 +03:00
parent b05c2e948f
commit 1b3bf6f5c2
5 changed files with 51 additions and 51 deletions

View file

@ -29,6 +29,6 @@ import techreborn.items.ItemTR;
public class ItemUUmatter extends ItemTR {
public ItemUUmatter() {
setUnlocalizedName("techreborn.uuMatter");
setUnlocalizedName("techreborn.part.uuMatter");
}
}