mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-14 12:19:10 +01:00
10 lines
279 B
Java
10 lines
279 B
Java
/**
|
|
* (C) 2014-2016 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 net.minecraftforge.fml.common.API;
|
|
import cofh.api.CoFHAPIProps;
|
|
|