| /** | |
| * 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; |