blob: 41f4ee60bcf738824d52811dffbe342fb780f3dd [file] [log] [blame] [raw]
/**
* This package contains driver related interfaces.
* <p/>
* Drivers are used to add items and third party blocks to the internal network,
* which is mostly used to make components wrapping them available to computers.
*/
@cpw.mods.fml.common.API(
owner = "OpenComputers|Core",
provides = "OpenComputersAPI|Driver",
apiVersion = "3.0.1")
package li.cil.oc.api.driver;