ActuallyAdditions/src/main/java/cofh/api/energy/package-info.java
2017-03-10 23:33:51 +01:00

10 lines
279 B
Java

/**
* (C) 2014-2017 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 net.minecraftforge.fml.common.API;