File tree 4 files changed +51
-8
lines changed
src/main/java/clashsoft/cslib/minecraft
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
+
1
26
1.7.10-2.6.0
2
27
3
28
+ Added ItemCraftingHelper for mortar-like items.
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.6 .0"
24
+ version = " 1.7.10-2.7 .0"
25
25
group= " clashsoft.cslib"
26
26
archivesBaseName = " ClashsoftLib"
27
27
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class CSLib extends ClashsoftMod
47
47
public static final String MODID = "cslib" ;
48
48
public static final String NAME = "Clashsoft Lib" ;
49
49
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" ;
51
51
public static final String DEPENDENCY = "required-after:" + MODID ;
52
52
53
53
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
3
3
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