Skip to content

Commit d079277

Browse files
committed
1.7.10-2.6.0
1 parent e490f5a commit d079277

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

Diff for: Changelog.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
1.7.10-2.5.2
29

310
* Updated logo

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.5.2"
24+
version = "1.7.10-2.6.0"
2525
group= "clashsoft.cslib"
2626
archivesBaseName = "ClashsoftLib"
2727

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class CSLib extends ClashsoftMod
3636
public static final String MODID = "cslib";
3737
public static final String NAME = "Clashsoft Lib";
3838
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";
4040
public static final String DEPENDENCY = "required-after:" + MODID;
4141

4242
static

Diff for: version.txt

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
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
33

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.

0 commit comments

Comments
 (0)