This commit is contained in:
gigabit101 2015-10-09 21:10:20 +01:00
parent 03932c7e22
commit 5a230b20a2
3 changed files with 2 additions and 2 deletions

View file

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