forked from Vexatos/BuildCraftOilTweak
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from GTNewHorizons/fix-tag
Fix Version Replacement
- Loading branch information
Showing
9 changed files
with
40 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
src/main/java/buildcraft/oiltweak/api/blacklist/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
/** | ||
* @author Vexatos | ||
*/ | ||
@API(apiVersion = "1.0.0", owner = "OilTweak", provides = "OilTweakAPI|blacklist") | ||
@API(apiVersion = Tags.VERSION, owner = "OilTweak", provides = "OilTweakAPI|blacklist") | ||
package buildcraft.oiltweak.api.blacklist; | ||
|
||
import buildcraft.oiltweak.Tags; | ||
import cpw.mods.fml.common.API; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
/** | ||
* @author Vexatos | ||
*/ | ||
@API(apiVersion = "GRADLETOKEN_VERSION", owner = "OilTweak", provides = "OilTweakAPI") | ||
@API(apiVersion = Tags.VERSION, owner = "OilTweak", provides = "OilTweakAPI") | ||
package buildcraft.oiltweak.api; | ||
|
||
import buildcraft.oiltweak.Tags; | ||
import cpw.mods.fml.common.API; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters