Skip to content

Commit

Permalink
Buildcraft Additions 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnterprise committed Mar 30, 2015
1 parent e2a2fab commit 90397f6
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 6 deletions.
18 changes: 15 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,21 @@ curse {
projectId = "${curseProps.project_id}"

releaseType = "release"
changelog = """fix remapping issue
no more shipping the BC and RF api's
fix dust localizations
changelog = """update to Eureka 3.0
Added Kinetic packpack with backpackstand
sort-o-tron no longer eats lists
canisters no longer stack
added decimal separators on large numbers
more dusts
improved WAILA tooltips for the dusters
new gui's
colored tooltips for items that store power
kinetic coils now require more power
added auto-import upgrade
added portable laser
added partile effects to the dusters
more config options (requires regenning the config file)
bugfixes
"""
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version.mod=2.1.0-plenituz
version.mod=2.1.0
version.mc=1.7.10
version.forge=10.13.2.1291
version.buildcraft=6.4.4
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/buildcraftAdditions/BuildcraftAdditions.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* Please check the contents of the license located in
* http://buildcraftadditions.wordpress.com/wiki/licensing-stuff/
*/
@Mod(modid = Variables.MOD.ID, name = Variables.MOD.NAME, version = "@MODVERSION@", guiFactory = "buildcraftAdditions.config.GuiFactory", dependencies = "required-after:BuildCraft|Core;after:eureka;before:zCraftingManager;required-after:Forge@[10.13.2.1236,);", acceptedMinecraftVersions = "1.7.10")
@Mod(modid = Variables.MOD.ID, name = Variables.MOD.NAME, version = "@MODVERSION@", guiFactory = "buildcraftAdditions.config.GuiFactory", dependencies = "required-after:BuildCraft|Core;required-after:eureka;before:zCraftingManager;required-after:Forge@[10.13.2.1236,);", acceptedMinecraftVersions = "1.7.10")
public class BuildcraftAdditions {

public static final CreativeTabs bcadditions = new TabBCAdditions();
Expand Down
15 changes: 15 additions & 0 deletions src/main/resources/changelogs/2.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
update to Eureka 3.0
Added Kinetic packpack with backpackstand
sort-o-tron no longer eats lists
canisters no longer stack
added decimal separators on large numbers
more dusts
improved WAILA tooltips for the dusters
new gui's
colored tooltips for items that store power
kinetic coils now require more power
added auto-import upgrade
added portable laser
added partile effects to the dusters
more config options (requires regenning the config file)
bugfixes
2 changes: 1 addition & 1 deletion src/main/resources/changelogs/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.1.0

0 comments on commit 90397f6

Please sign in to comment.