Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump api versions #28

Open
wants to merge 6 commits into
base: 8.0.x-1.12.2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/buildcraft/api/core/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
2 changes: 1 addition & 1 deletion api/buildcraft/api/enums/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
2 changes: 1 addition & 1 deletion api/buildcraft/api/fuels/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
2 changes: 1 addition & 1 deletion api/buildcraft/api/recipes/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
5 changes: 5 additions & 0 deletions api/buildcraft/api/schematics/package-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

@API(apiVersion = "1.0", owner = "buildcraftapi_core", provides = "buildcraftapi_schematics")
package buildcraft.api.schematics;

import net.minecraftforge.fml.common.API;
5 changes: 5 additions & 0 deletions api/buildcraft/api/template/package-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

@API(apiVersion = "1.0", owner = "buildcraftapi_core", provides = "buildcraftapi_template")
package buildcraft.api.template;

import net.minecraftforge.fml.common.API;
2 changes: 1 addition & 1 deletion api/buildcraft/api/transport/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;