Fixed translations for items and blocks.

This commit is contained in:
Sebastian Hartte
2016-10-01 16:08:27 +02:00
parent 7cdbe431e5
commit 84ac312ba9
18 changed files with 1693 additions and 1684 deletions
@@ -253,7 +253,7 @@ public final class ItemMultiItem extends AEBaseItem implements IStorageComponent
@Override
public String getUnlocalizedName( final ItemStack is )
{
return "item.appliedenergistics2." + this.nameOf( is );
return "item.appliedenergistics2.multi_material." + this.nameOf( is );
}
@Override