Add ProjectE API

This commit is contained in:
raoulvdberge
2017-09-02 14:20:18 +02:00
parent 0fc75c5a43
commit 78cd47a619
30 changed files with 1075 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
/**
* Increment apiVersion every time the API changes.
* (Adding methods, removing methods, changing method signatures, etc.)
*/
@API(owner = "ProjectE", apiVersion = "1.10.2-1.0.0", provides = "ProjectEAPI")
package moze_intel.projecte.api;
import net.minecraftforge.fml.common.API;