Skip to content

Commit

Permalink
1.7.10-2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Sep 14, 2014
1 parent 50f22e3 commit bb60e2c
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 8 deletions.
25 changes: 25 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
1.7.10-2.7.0

+ Introduced Ore Base API.
+ Introduced Entity Property API.
+ Added ReplaceField option for replaceItem.
+ Added ReplaceField and NewItemBlock option for replaceBlock.
+ Added Render Type for multi-pass rendering.
+ Added BlockCustomFarmland.
+ Added BlockCustomGlass.
+ Added BlockCustomLamp.
+ Added BlockCustomPortalBase.
+ Added ItemCustomBucket.
+ Added ItemCustomDoor.
+ Added ItemCustomSlab.
+ Added Custom Ocean Biomes.
+ Added Custom Cave Generator.
+ Rewritten CSEntities.
* Improved Packet exception handling.
* Merged CustomGenLayer and CustomBiomeLayer.
* Fixed BlockCustomPlant placement check.
* Fixed incorrect BlockCustomPortal block bounds.
* Fixed ItemCustomArmor reflection bug.
* Fixed ItemCustomArmor crash on right-click.
* Fixed CustomBlocks and CustomItems not appearing on the search tab.

1.7.10-2.6.0

+ Added ItemCraftingHelper for mortar-like items.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript
}

apply plugin: 'forge'
version = "1.7.10-2.6.0"
version = "1.7.10-2.7.0"
group= "clashsoft.cslib"
archivesBaseName = "ClashsoftLib"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/clashsoft/cslib/minecraft/CSLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class CSLib extends ClashsoftMod
public static final String MODID = "cslib";
public static final String NAME = "Clashsoft Lib";
public static final String ACRONYM = "cslib";
public static final String VERSION = "1.7.10-2.6.0";
public static final String VERSION = "1.7.10-2.7.0";
public static final String DEPENDENCY = "required-after:" + MODID;

static
Expand Down
30 changes: 24 additions & 6 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
version=1.7.10-2.6.0
url=https://github.com/Clashsoft/Clashsoft-Lib/releases/download/1.7.10-2.6.0/ClashsoftLib-1.7.10-2.6.0.jar
version=1.7.10-2.7.0
url=https://github.com/Clashsoft/Clashsoft-Lib/releases/download/1.7.10-2.7.0/ClashsoftLib-1.7.10-2.7.0.jar

+ Added ItemCraftingHelper for mortar-like items.
+ Added BlockCustomBush from MFM.
+ Added BlockCustomCrops from MFM.
* Fixed some recipes crashing the game.
+ Introduced Ore Base API.
+ Introduced Entity Property API.
+ Added ReplaceField option for replaceItem.
+ Added ReplaceField and NewItemBlock option for replaceBlock.
+ Added Render Type for multi-pass rendering.
+ Added BlockCustomFarmland.
+ Added BlockCustomGlass.
+ Added BlockCustomLamp.
+ Added BlockCustomPortalBase.
+ Added ItemCustomBucket.
+ Added ItemCustomDoor.
+ Added ItemCustomSlab.
+ Added Custom Ocean Biomes.
+ Added Custom Cave Generator.
+ Rewritten CSEntities.
* Improved Packet exception handling.
* Merged CustomGenLayer and CustomBiomeLayer.
* Fixed BlockCustomPlant placement check.
* Fixed incorrect BlockCustomPortal block bounds.
* Fixed ItemCustomArmor reflection bug.
* Fixed ItemCustomArmor crash on right-click.
* Fixed CustomBlocks and CustomItems not appearing on the search tab.

0 comments on commit bb60e2c

Please sign in to comment.