File tree Expand file tree Collapse file tree 4 files changed +51
-8
lines changed
src/main/java/clashsoft/cslib/minecraft Expand file tree Collapse file tree 4 files changed +51
-8
lines changed Original file line number Diff line number Diff line change 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+
1261.7.10-2.6.0
227
328+ Added ItemCraftingHelper for mortar-like items.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript
2121}
2222
2323apply plugin : ' forge'
24- version = " 1.7.10-2.6 .0"
24+ version = " 1.7.10-2.7 .0"
2525group= " clashsoft.cslib"
2626archivesBaseName = " ClashsoftLib"
2727
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments