File tree 4 files changed +20
-7
lines changed
src/main/java/clashsoft/cslib/minecraft/init
4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change
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
+
1
11
1.7.10-2.4.0
2
12
3
13
+ Added TileEntity request / send packets from CSHUD
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript
21
21
}
22
22
23
23
apply plugin : ' forge'
24
- version = " 1.7.10-2.4.0 "
24
+ version = " 1.7.10-2.4.1 "
25
25
group= " clashsoft.cslib"
26
26
archivesBaseName = " ClashsoftLib"
27
27
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class CSLib extends ClashsoftMod
29
29
public static final String MODID = "cslib" ;
30
30
public static final String NAME = "Clashsoft Lib" ;
31
31
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 " ;
33
33
public static final String DEPENDENCY = "required-after:" + MODID ;
34
34
35
35
public static CSLib instance = new CSLib ();
Original file line number Diff line number Diff line change 1
1
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
3
3
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
You can’t perform that action at this time.
0 commit comments