Use package-info files and @API annotations.
This commit is contained in:
parent
573b60de04
commit
29c94f9dd8
9 changed files with 27 additions and 9 deletions
|
@ -1 +1,3 @@
|
|||
package mekanism.api.energy;
|
||||
@API(apiVersion = "8.0.0", owner = "Mekanism", provides = "MekanismAPI|energy")
|
||||
package mekanism.api.energy;
|
||||
import cpw.mods.fml.common.API;
|
|
@ -1 +1,3 @@
|
|||
package mekanism.api.gas;
|
||||
@API(apiVersion = "8.0.0", owner = "Mekanism", provides = "MekanismAPI|gas")
|
||||
package mekanism.api.gas;
|
||||
import cpw.mods.fml.common.API;
|
|
@ -1 +1,3 @@
|
|||
package mekanism.api.infuse;
|
||||
@API(apiVersion = "8.0.0", owner = "Mekanism", provides = "MekanismAPI|infuse")
|
||||
package mekanism.api.infuse;
|
||||
import cpw.mods.fml.common.API;
|
|
@ -1 +1,3 @@
|
|||
package mekanism.api.lasers;
|
||||
@API(apiVersion = "8.0.0", owner = "Mekanism", provides = "MekanismAPI|laser")
|
||||
package mekanism.api.lasers;
|
||||
import cpw.mods.fml.common.API;
|
|
@ -1 +1,3 @@
|
|||
package mekanism.api;
|
||||
@API(apiVersion = "8.0.0", owner = "Mekanism", provides = "MekanismAPI|core")
|
||||
package mekanism.api;
|
||||
import cpw.mods.fml.common.API;
|
|
@ -1 +1,3 @@
|
|||
package mekanism.api.reactor;
|
||||
@API(apiVersion = "8.0.0", owner = "Mekanism", provides = "MekanismAPI|reactor")
|
||||
package mekanism.api.reactor;
|
||||
import cpw.mods.fml.common.API;
|
|
@ -1 +1,3 @@
|
|||
package mekanism.api.recipe;
|
||||
@API(apiVersion = "8.0.0", owner = "Mekanism", provides = "MekanismAPI|recipe")
|
||||
package mekanism.api.recipe;
|
||||
import cpw.mods.fml.common.API;
|
|
@ -1 +1,3 @@
|
|||
package mekanism.api.transmitters;
|
||||
@API(apiVersion = "8.0.0", owner = "Mekanism", provides = "MekanismAPI|transmitter")
|
||||
package mekanism.api.transmitters;
|
||||
import cpw.mods.fml.common.API;
|
|
@ -1 +1,3 @@
|
|||
package mekanism.api.util;
|
||||
@API(apiVersion = "8.0.0", owner = "Mekanism", provides = "MekanismAPI|util")
|
||||
package mekanism.api.util;
|
||||
import cpw.mods.fml.common.API;
|
Loading…
Add table
Reference in a new issue