Merge pull request #1617 from bshelden/rf-api-update

Updated the RP API to hash e853d244
This commit is contained in:
Aidan 2014-08-02 13:43:19 -04:00
commit 26ffda6a1a
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
* (C) 2014 Team CoFH / CoFH / Cult of the Full Hub
* http://www.teamcofh.com
*/
@API(apiVersion = "1.0", owner = "CoFHCore", provides = "CoFHAPI|energy")
@API(apiVersion = "1.7.10R1.0.0", owner = "CoFHAPI", provides = "CoFHAPI|energy")
package cofh.api.energy;
import cpw.mods.fml.common.API;

View file

@ -2,7 +2,7 @@
* (C) 2014 Team CoFH / CoFH / Cult of the Full Hub
* http://www.teamcofh.com
*/
@API(apiVersion = "1.0", owner = "CoFHCore", provides = "CoFHAPI")
@API(apiVersion = "1.0", owner = "CoFHLib", provides = "CoFHAPI")
package cofh.api;
import cpw.mods.fml.common.API;