mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-04 16:19:10 +01:00
9 lines
235 B
Java
9 lines
235 B
Java
/**
|
|
* (C) 2014-2016 Team CoFH / CoFH / Cult of the Full Hub
|
|
* http://www.teamcofh.com
|
|
*/
|
|
@API(apiVersion = CoFHAPIProps.VERSION, owner = "CoFHLib", provides = "CoFHAPI")
|
|
package cofh.api;
|
|
|
|
import net.minecraftforge.fml.common.API;
|
|
|