I've been following MrCrayFish's 1.8 modding tutorial and in it, he adds a CreativeTab using the constructor (String label), however that constructor is no longer there, there is only the one with (int index, String label). This one doesn't add new tabs, only changes the ones that are already there.
How else would I add a new one?