blob: 23ae07ca44fa7280060ac600fa35f311088e91a0 [file] [log] [blame] [raw]
package li.cil.oc.api;
import net.minecraft.creativetab.CreativeTabs;
/**
* Allows access to the creative tab used by OpenComputers.
*/
public final class CreativeTab {
/**
* The creative tab used by OpenComputers.
* <p/>
* Changed to the actual tab if OC is present.
*/
public static CreativeTabs Instance = CreativeTabs.tabRedstone;
}