Skip to content

Commit 17cefd2

Browse files
committed
1.7.10-2.4.1
1 parent 2ddbcb2 commit 17cefd2

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

Diff for: Changelog.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.7.10-2.4.1
2+
3+
+ Added Color Constants
4+
+ Added a few String Utils
5+
* Improved CSRandom
6+
* Improved Mod Updates GUI
7+
* Fixed Mod Updates GUI not opening
8+
* Fixed potential removeRecipe crash
9+
* Fixed potential Update validation crash
10+
111
1.7.10-2.4.0
212

313
+ Added TileEntity request / send packets from CSHUD

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript
2121
}
2222

2323
apply plugin: 'forge'
24-
version = "1.7.10-2.4.0"
24+
version = "1.7.10-2.4.1"
2525
group= "clashsoft.cslib"
2626
archivesBaseName = "ClashsoftLib"
2727

Diff for: src/main/java/clashsoft/cslib/minecraft/init/CSLib.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class CSLib extends ClashsoftMod
2929
public static final String MODID = "cslib";
3030
public static final String NAME = "Clashsoft Lib";
3131
public static final String ACRONYM = "cslib";
32-
public static final String VERSION = "1.7.10-2.4.0";
32+
public static final String VERSION = "1.7.10-2.4.1";
3333
public static final String DEPENDENCY = "required-after:" + MODID;
3434

3535
public static CSLib instance = new CSLib();

Diff for: version.txt

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
version=1.7.10-2.4.0
2-
url=https://github.com/Clashsoft/Clashsoft-Lib/releases/download/1.7.10-2.4.0/ClashsoftLib-1.7.10-2.4.0.jar
2+
url=https://github.com/Clashsoft/Clashsoft-Lib/releases/download/1.7.10-2.4.1/ClashsoftLib-1.7.10-2.4.1.jar
33

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

0 commit comments

Comments
 (0)