Added api package file, testing some gradle changes

This commit is contained in:
modmuss50 2015-04-12 10:25:06 +01:00
parent fcfc6ed1df
commit e57f1c1e85
2 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,5 @@
@API(apiVersion = "@MODVERSION@", owner = "techreborn", provides = "techrebornAPI")
package techreborn.api;
import cpw.mods.fml.common.API;