Fix for RI atomic module to reference creative tab properly.

This commit is contained in:
Maxwolf Goodliffe 2014-05-15 23:01:41 -07:00
parent 893d1ff628
commit b62a9ce93a

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);
}
}