Removed OLD textures

Added texture for uu
Added 1st uu recipe
Added configs
This commit is contained in:
Gig 2015-05-03 13:49:28 +01:00
parent 18c2ec19cf
commit 26b60d2896
65 changed files with 74 additions and 1 deletions

View file

@ -19,7 +19,7 @@ public class ItemUUmatter extends Item{
@Override
public void registerIcons(IIconRegister iconRegister)
{
this.itemIcon = iconRegister.registerIcon("techreborn:"+ "uumatter");
this.itemIcon = iconRegister.registerIcon("techreborn:"+ "misc/itemMatter");
}
}