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

10 lines
279 B
Java
Raw Permalink Normal View History

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