Merge pull request #6 from Universal-Electricity/development

Fix for RI atomic module to reference creative tab properly.
This commit is contained in:
Maxwolf Goodliffe 2014-05-15 23:03:15 -07:00
commit 4c895faf4d

View file

@ -10,6 +10,6 @@ public class ItASBase extends ItemBase
/** Must be called while in mod init phase. */
public ItASBase(int itemID, String name)
{
super(itemID, name, Settings.CONFIGURATION, Reference.PREFIX, TabRI.DEFAULT);
super(itemID);
}
}