14 lines
340 B
Java
14 lines
340 B
Java
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;
|
|
|
|
}
|