Added all gtechs ores

This commit is contained in:
Gig 2015-04-11 16:21:49 +01:00
parent 2281511a20
commit e87908dc03
4 changed files with 107 additions and 0 deletions

View file

@ -8,6 +8,7 @@ public class ItemTR extends Item{
public ItemTR()
{
setNoRepair();
setCreativeTab(TechRebornCreativeTab.instance);
}