Skip to content

Commit

Permalink
1.7.10-2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Oct 24, 2014
1 parent 8584e52 commit 754dcb0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
12 changes: 10 additions & 2 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
1.7.10-2.1.2

> Update to Forge 10.13.2.1232.
> Update to Clashsoft Lib 1.7.10-2.7.2.
+ Added Ore Base Material tooltips.
+ Added support for Custom Tooltip Interfaces from CSLib
+ Added CurrentObject box resizing animation.

1.7.10-2.1.1

> Update to Forge 1.7.10-10.13.0.1207.
> Update to Forge 10.13.0.1207.
> Update to Clashsoft Lib 1.7.10-2.5.0.

1.7.10-2.1.0
Expand Down Expand Up @@ -36,7 +44,7 @@

1.7.2-1.0.0

> Update to 1.7.2.
> Update to Minecraft 1.7.2.
+ Added entity health tooltip.
* Fixed MANY bugs.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript
}

apply plugin: 'forge'
version = "1.7.10-2.1.1"
version = "1.7.10-2.1.2"
group= "clashsoft.mods.cshud"
archivesBaseName = "ClashsoftHUD"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/clashsoft/mods/cshud/CSHUD.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class CSHUD extends ClashsoftMod
public static final String MODID = "cshud";
public static final String ACRONYM = "cshud";
public static final String NAME = "Clashsoft's HUD Mod";
public static final String VERSION = "1.7.10-2.1.1";
public static final String VERSION = "1.7.10-2.1.2";
public static final String DEPENDENCIES = CSLib.DEPENDENCY;

@Instance(MODID)
Expand Down
11 changes: 7 additions & 4 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version=1.7.10-2.1.1
url=https://github.com/Clashsoft/Clashsoft-HUD/releases/download/1.7.10-2.1.1/ClashsoftHUD-1.7.10-2.1.1.jar
version=1.7.10-2.1.2
url=https://github.com/Clashsoft/Clashsoft-HUD/releases/download/1.7.10-2.1.2/ClashsoftHUD-1.7.10-2.1.2.jar

> Update to Forge 1.7.10-10.13.0.1207.
> Update to Clashsoft Lib 1.7.10-2.5.0.
> Update to Forge 10.13.2.1232.
> Update to Clashsoft Lib 1.7.10-2.7.2.
+ Added Ore Base Material tooltips.
+ Added support for Custom Tooltip Interfaces from CSLib
+ Added CurrentObject box resizing animation.

0 comments on commit 754dcb0

Please sign in to comment.