Skip to content

Commit bb60e2c

Browse files
committed
1.7.10-2.7.0
1 parent 50f22e3 commit bb60e2c

File tree

4 files changed

+51
-8
lines changed

4 files changed

+51
-8
lines changed

Diff for: Changelog.txt

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
1.7.10-2.7.0
2+
3+
+ Introduced Ore Base API.
4+
+ Introduced Entity Property API.
5+
+ Added ReplaceField option for replaceItem.
6+
+ Added ReplaceField and NewItemBlock option for replaceBlock.
7+
+ Added Render Type for multi-pass rendering.
8+
+ Added BlockCustomFarmland.
9+
+ Added BlockCustomGlass.
10+
+ Added BlockCustomLamp.
11+
+ Added BlockCustomPortalBase.
12+
+ Added ItemCustomBucket.
13+
+ Added ItemCustomDoor.
14+
+ Added ItemCustomSlab.
15+
+ Added Custom Ocean Biomes.
16+
+ Added Custom Cave Generator.
17+
+ Rewritten CSEntities.
18+
* Improved Packet exception handling.
19+
* Merged CustomGenLayer and CustomBiomeLayer.
20+
* Fixed BlockCustomPlant placement check.
21+
* Fixed incorrect BlockCustomPortal block bounds.
22+
* Fixed ItemCustomArmor reflection bug.
23+
* Fixed ItemCustomArmor crash on right-click.
24+
* Fixed CustomBlocks and CustomItems not appearing on the search tab.
25+
126
1.7.10-2.6.0
227

328
+ Added ItemCraftingHelper for mortar-like items.

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.6.0"
24+
version = "1.7.10-2.7.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
@@ -47,7 +47,7 @@ public class CSLib extends ClashsoftMod
4747
public static final String MODID = "cslib";
4848
public static final String NAME = "Clashsoft Lib";
4949
public static final String ACRONYM = "cslib";
50-
public static final String VERSION = "1.7.10-2.6.0";
50+
public static final String VERSION = "1.7.10-2.7.0";
5151
public static final String DEPENDENCY = "required-after:" + MODID;
5252

5353
static

Diff for: version.txt

+24-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
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
1+
version=1.7.10-2.7.0
2+
url=https://github.com/Clashsoft/Clashsoft-Lib/releases/download/1.7.10-2.7.0/ClashsoftLib-1.7.10-2.7.0.jar
33

4-
+ Added ItemCraftingHelper for mortar-like items.
5-
+ Added BlockCustomBush from MFM.
6-
+ Added BlockCustomCrops from MFM.
7-
* Fixed some recipes crashing the game.
4+
+ Introduced Ore Base API.
5+
+ Introduced Entity Property API.
6+
+ Added ReplaceField option for replaceItem.
7+
+ Added ReplaceField and NewItemBlock option for replaceBlock.
8+
+ Added Render Type for multi-pass rendering.
9+
+ Added BlockCustomFarmland.
10+
+ Added BlockCustomGlass.
11+
+ Added BlockCustomLamp.
12+
+ Added BlockCustomPortalBase.
13+
+ Added ItemCustomBucket.
14+
+ Added ItemCustomDoor.
15+
+ Added ItemCustomSlab.
16+
+ Added Custom Ocean Biomes.
17+
+ Added Custom Cave Generator.
18+
+ Rewritten CSEntities.
19+
* Improved Packet exception handling.
20+
* Merged CustomGenLayer and CustomBiomeLayer.
21+
* Fixed BlockCustomPlant placement check.
22+
* Fixed incorrect BlockCustomPortal block bounds.
23+
* Fixed ItemCustomArmor reflection bug.
24+
* Fixed ItemCustomArmor crash on right-click.
25+
* Fixed CustomBlocks and CustomItems not appearing on the search tab.

0 commit comments

Comments
 (0)