mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-15 04:29:09 +01:00
11 lines
264 B
Java
11 lines
264 B
Java
|
/**
|
||
|
* (C) 2014 Team CoFH / CoFH / Cult of the Full Hub
|
||
|
* http://www.teamcofh.com
|
||
|
*/
|
||
|
@API(apiVersion = CoFHAPIProps.VERSION, owner = "CoFHAPI", provides = "CoFHAPI|energy")
|
||
|
package cofh.api.energy;
|
||
|
|
||
|
import cofh.api.CoFHAPIProps;
|
||
|
import cpw.mods.fml.common.API;
|
||
|
|