diff --git a/api/buildcraft/api/core/package-info.java b/api/buildcraft/api/core/package-info.java index 223c751..8a7b999 100644 --- a/api/buildcraft/api/core/package-info.java +++ b/api/buildcraft/api/core/package-info.java @@ -2,7 +2,7 @@ * * The BuildCraft API is distributed under the terms of the MIT License. Please check the contents of the license, which * should be located as "LICENSE.API" in the BuildCraft source code distribution. */ -@API(apiVersion = "2.2", owner = "buildcraftlib", provides = "buildcraftapi_core") +@API(apiVersion = "2.3", owner = "buildcraftlib", provides = "buildcraftapi_core") package buildcraft.api.core; import net.minecraftforge.fml.common.API; diff --git a/api/buildcraft/api/enums/package-info.java b/api/buildcraft/api/enums/package-info.java index ab21992..cc8a4b7 100644 --- a/api/buildcraft/api/enums/package-info.java +++ b/api/buildcraft/api/enums/package-info.java @@ -2,7 +2,7 @@ * * The BuildCraft API is distributed under the terms of the MIT License. Please check the contents of the license, which * should be located as "LICENSE.API" in the BuildCraft source code distribution. */ -@API(apiVersion = "1.0", owner = "buildcraftapi_core", provides = "buildcraftapi_enums") +@API(apiVersion = "1.1", owner = "buildcraftapi_core", provides = "buildcraftapi_enums") package buildcraft.api.enums; import net.minecraftforge.fml.common.API; diff --git a/api/buildcraft/api/fuels/package-info.java b/api/buildcraft/api/fuels/package-info.java index b108eae..b2c18f1 100644 --- a/api/buildcraft/api/fuels/package-info.java +++ b/api/buildcraft/api/fuels/package-info.java @@ -2,7 +2,7 @@ * * The BuildCraft API is distributed under the terms of the MIT License. Please check the contents of the license, which * should be located as "LICENSE.API" in the BuildCraft source code distribution. */ -@API(apiVersion = "2.0", owner = "buildcraftapi_core", provides = "buildcraftapi_fuels") +@API(apiVersion = "2.1", owner = "buildcraftapi_core", provides = "buildcraftapi_fuels") package buildcraft.api.fuels; import net.minecraftforge.fml.common.API; diff --git a/api/buildcraft/api/recipes/package-info.java b/api/buildcraft/api/recipes/package-info.java index 596d90d..30ea8a7 100644 --- a/api/buildcraft/api/recipes/package-info.java +++ b/api/buildcraft/api/recipes/package-info.java @@ -2,7 +2,7 @@ * * The BuildCraft API is distributed under the terms of the MIT License. Please check the contents of the license, which * should be located as "LICENSE.API" in the BuildCraft source code distribution. */ -@API(apiVersion = "3.0", owner = "buildcraftapi_core", provides = "buildcraftapi_recipes") +@API(apiVersion = "3.1", owner = "buildcraftapi_core", provides = "buildcraftapi_recipes") package buildcraft.api.recipes; import net.minecraftforge.fml.common.API; diff --git a/api/buildcraft/api/schematics/package-info.java b/api/buildcraft/api/schematics/package-info.java new file mode 100644 index 0000000..d2f807b --- /dev/null +++ b/api/buildcraft/api/schematics/package-info.java @@ -0,0 +1,5 @@ + +@API(apiVersion = "1.0", owner = "buildcraftapi_core", provides = "buildcraftapi_schematics") +package buildcraft.api.schematics; + +import net.minecraftforge.fml.common.API; diff --git a/api/buildcraft/api/template/package-info.java b/api/buildcraft/api/template/package-info.java new file mode 100644 index 0000000..b5e3380 --- /dev/null +++ b/api/buildcraft/api/template/package-info.java @@ -0,0 +1,5 @@ + +@API(apiVersion = "1.0", owner = "buildcraftapi_core", provides = "buildcraftapi_template") +package buildcraft.api.template; + +import net.minecraftforge.fml.common.API; diff --git a/api/buildcraft/api/transport/package-info.java b/api/buildcraft/api/transport/package-info.java index b9cd4de..7e11f75 100644 --- a/api/buildcraft/api/transport/package-info.java +++ b/api/buildcraft/api/transport/package-info.java @@ -2,7 +2,7 @@ * * The BuildCraft API is distributed under the terms of the MIT License. Please check the contents of the license, which * should be located as "LICENSE.API" in the BuildCraft source code distribution. */ -@API(apiVersion = "5.0", owner = "buildcraftapi_core", provides = "buildcraftapi_transport") +@API(apiVersion = "5.1", owner = "buildcraftapi_core", provides = "buildcraftapi_transport") package buildcraft.api.transport; import net.minecraftforge.fml.common.API;