File tree 4 files changed +15
-12
lines changed
src/main/java/clashsoft/cslib/minecraft
4 files changed +15
-12
lines changed Original file line number Diff line number Diff line change
1
+ 1.7.10-2.6.0
2
+
3
+ + Added ItemCraftingHelper for mortar-like items.
4
+ + Added BlockCustomBush from MFM.
5
+ + Added BlockCustomCrops from MFM.
6
+ * Fixed some recipes crashing the game.
7
+
1
8
1.7.10-2.5.2
2
9
3
10
* Updated logo
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.5.2 "
24
+ version = " 1.7.10-2.6.0 "
25
25
group= " clashsoft.cslib"
26
26
archivesBaseName = " ClashsoftLib"
27
27
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public class CSLib extends ClashsoftMod
36
36
public static final String MODID = "cslib" ;
37
37
public static final String NAME = "Clashsoft Lib" ;
38
38
public static final String ACRONYM = "cslib" ;
39
- public static final String VERSION = "1.7.10-2.5.2 " ;
39
+ public static final String VERSION = "1.7.10-2.6.0 " ;
40
40
public static final String DEPENDENCY = "required-after:" + MODID ;
41
41
42
42
static
Original file line number Diff line number Diff line change 1
- version=1.7.10-2.5.2
2
- url=https://github.com/Clashsoft/Clashsoft-Lib/releases/download/1.7.10-2.5.2 /ClashsoftLib-1.7.10-2.5.2 .jar
1
+ version=1.7.10-2.6.0
2
+ url=https://github.com/Clashsoft/Clashsoft-Lib/releases/download/1.7.10-2.6.0 /ClashsoftLib-1.7.10-2.6.0 .jar
3
3
4
- + Added missing CustomWorldGen methods.
5
- + Added Custom Update notifications.
6
- * Update Logo.
7
- * Updated CSWeb.
8
- * Fixed /modupdates crash if there are no updates.
9
- * Fixed printUpdateNotes setting not doing anything.
10
- * Fixed Update and MOTD spam on servers.
11
- * Documentation.
4
+ + Added ItemCraftingHelper for mortar-like items.
5
+ + Added BlockCustomBush from MFM.
6
+ + Added BlockCustomCrops from MFM.
7
+ * Fixed some recipes crashing the game.
You can’t perform that action at this time.
0 commit comments