add RF API and add concept of energy usage to machines + controllers

This commit is contained in:
Raoul Van den Berge
2015-12-09 12:53:34 +01:00
parent 26ae82ead0
commit d5ec3faf5a
17 changed files with 724 additions and 18 deletions

View File

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