2013-07-28 10:37:31 +00:00
|
|
|
package forestry.api.core;
|
|
|
|
|
|
|
|
import net.minecraft.creativetab.CreativeTabs;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* References to the specialised tabs added by Forestry to creative inventory.
|
|
|
|
*/
|
|
|
|
public class Tabs {
|
|
|
|
|
|
|
|
public static CreativeTabs tabApiculture;
|
|
|
|
public static CreativeTabs tabArboriculture;
|
|
|
|
public static CreativeTabs tabLepidopterology;
|
|
|
|
|
|
|
|
}
|