blob: c33483a893205fba3ff922949fd6c064df7b00fd [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.0")
package li.cil.oc.api.driver;