blob: 228efcffda60c33f98b7286e0f4cfbaaa1106582 [file] [log] [blame] [raw]
/**
* This package provides base implementations of some interfaces.
* <p/>
* This is provided for convenience only, you do not have to use these classes,
* you are free to fully implement them yourself. You may also copy these
* classes and / or rename them if you wish. Just don't make changes to them
* while leaving them in the same package with the same name and then ship them
* with your mod!
*/
@cpw.mods.fml.common.API(
owner = "OpenComputers|Core",
provides = "OpenComputersAPI|Prefab",
apiVersion = "3.0.1")
package li.cil.oc.api.prefab;