Merge pull request #1617 from bshelden/rf-api-update
Updated the RP API to hash e853d244
This commit is contained in:
commit
26ffda6a1a
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue