Merge pull request #6 from Universal-Electricity/development
Fix for RI atomic module to reference creative tab properly.
This commit is contained in:
commit
4c895faf4d
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ public class ItASBase extends ItemBase
|
||||||
/** Must be called while in mod init phase. */
|
/** Must be called while in mod init phase. */
|
||||||
public ItASBase(int itemID, String name)
|
public ItASBase(int itemID, String name)
|
||||||
{
|
{
|
||||||
super(itemID, name, Settings.CONFIGURATION, Reference.PREFIX, TabRI.DEFAULT);
|
super(itemID);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue