Added upgrade tomes to a separate creative tab.
This commit is contained in:
parent
cf4a02bf89
commit
ebdf85182c
7 changed files with 161 additions and 0 deletions
|
@ -44,6 +44,15 @@ public class BloodMagic
|
|||
}
|
||||
};
|
||||
|
||||
public static CreativeTabs tabUpgradeTome = new CreativeTabs(Constants.Mod.MODID + ".creativeTabTome")
|
||||
{
|
||||
@Override
|
||||
public Item getTabIconItem()
|
||||
{
|
||||
return ModItems.upgradeTome;
|
||||
}
|
||||
};
|
||||
|
||||
private LogHelper logger = new LogHelper(Constants.Mod.MODID);
|
||||
private File configDir;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue