Skip to content

Commit

Permalink
1.7.10-2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Aug 5, 2014
1 parent 2ddbcb2 commit 17cefd2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
10 changes: 10 additions & 0 deletions Changelog.txt
@@ -1,3 +1,13 @@
1.7.10-2.4.1

+ Added Color Constants
+ Added a few String Utils
* Improved CSRandom
* Improved Mod Updates GUI
* Fixed Mod Updates GUI not opening
* Fixed potential removeRecipe crash
* Fixed potential Update validation crash

1.7.10-2.4.0

+ Added TileEntity request / send packets from CSHUD
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -21,7 +21,7 @@ buildscript
}

apply plugin: 'forge'
version = "1.7.10-2.4.0"
version = "1.7.10-2.4.1"
group= "clashsoft.cslib"
archivesBaseName = "ClashsoftLib"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/clashsoft/cslib/minecraft/init/CSLib.java
Expand Up @@ -29,7 +29,7 @@ public class CSLib extends ClashsoftMod
public static final String MODID = "cslib";
public static final String NAME = "Clashsoft Lib";
public static final String ACRONYM = "cslib";
public static final String VERSION = "1.7.10-2.4.0";
public static final String VERSION = "1.7.10-2.4.1";
public static final String DEPENDENCY = "required-after:" + MODID;

public static CSLib instance = new CSLib();
Expand Down
13 changes: 8 additions & 5 deletions version.txt
@@ -1,7 +1,10 @@
version=1.7.10-2.4.0
url=https://github.com/Clashsoft/Clashsoft-Lib/releases/download/1.7.10-2.4.0/ClashsoftLib-1.7.10-2.4.0.jar
url=https://github.com/Clashsoft/Clashsoft-Lib/releases/download/1.7.10-2.4.1/ClashsoftLib-1.7.10-2.4.1.jar

+ Added TileEntity request / send packets from CSHUD
+ Added Constants class for Field ID constants
* Fixed replaceItem not replacing item references in crafting and furnace recipes
* Fixed UpdateChecker not working
+ Added Color Constants
+ Added a few String Utils
* Improved CSRandom
* Improved Mod Updates GUI
* Fixed Mod Updates GUI not opening
* Fixed potential removeRecipe crash
* Fixed potential Update validation crash

0 comments on commit 17cefd2

Please sign in to comment.