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