ActuallyAdditions/src/main/java/cofh/api/energy/package-info.java

11 lines
279 B
Java
Raw Permalink Normal View History

2015-07-15 00:19:44 +02:00
/**
2016-02-16 21:49:44 +01:00
* (C) 2014-2016 Team CoFH / CoFH / Cult of the Full Hub
2015-07-15 00:19:44 +02:00
* http://www.teamcofh.com
*/
@API(apiVersion = CoFHAPIProps.VERSION, owner = "CoFHAPI", provides = "CoFHAPI|energy")
package cofh.api.energy;
import net.minecraftforge.fml.common.API;
2016-02-16 21:49:44 +01:00
import cofh.api.CoFHAPIProps;
2015-07-15 00:19:44 +02:00