Skip to content

Commit d27cacb

Browse files
committed
1.7.10-2.4.2
1 parent 0c3c56f commit d27cacb

File tree

4 files changed

+101
-99
lines changed

4 files changed

+101
-99
lines changed

Diff for: Changelog.txt

+89-83
Original file line numberDiff line numberDiff line change
@@ -1,142 +1,148 @@
1+
1.7.10-2.4.2
2+
3+
* Improved Update installation.
4+
* Improved Update Version comparator.
5+
* Improved Mod Updates GUI.
6+
17
1.7.10-2.4.1
28

3-
+ Added Color Constants
4-
+ Added a few String Utils
5-
* Improved CSRandom
6-
* Improved Mod Updates GUI
7-
* Fixed Mod Updates GUI not opening
8-
* Fixed potential removeRecipe crash
9-
* Fixed potential Update validation crash
9+
+ Added Color Constants.
10+
+ Added a few String Utils.
11+
* Improved CSRandom.
12+
* Improved Mod Updates GUI.
13+
* Fixed Mod Updates GUI not opening.
14+
* Fixed potential removeRecipe crash.
15+
* Fixed potential Update validation crash.
1016

1117
1.7.10-2.4.0
1218

13-
+ Added TileEntity request / send packets from CSHUD
14-
+ Added Constants class for Field ID constants
15-
* Fixed replaceItem not replacing item references in crafting and furnace recipes
16-
* Fixed UpdateChecker not working
19+
+ Added TileEntity request / send packets from CSHUD.
20+
+ Added Constants class for Field ID constants.
21+
* Fixed replaceItem not replacing item references in crafting and furnace recipes.
22+
* Fixed UpdateChecker not working.
1723

1824
1.7.10-2.3.0
1925

20-
! Update to Minecraft 1.7.10
21-
+ Added CustomRecipeLoader from Minestrappolation
22-
+ Added SimpleRecipeManager.getRecipes()
23-
* Updated some localizations
24-
* Renamed /mu command to /modupdates
25-
* Re-enabled the UpdateChecker
26-
* CSPacket can serialize more Objects now
27-
- Removed MOTD message
28-
- Removed old version checking
26+
> Update to Minecraft 1.7.10.
27+
+ Added CustomRecipeLoader from Minestrappolation.
28+
+ Added SimpleRecipeManager.getRecipes().
29+
* Updated some localizations.
30+
* Renamed /mu command to /modupdates.
31+
* Re-enabled the UpdateChecker.
32+
* CSPacket can serialize more Objects now.
33+
- Removed MOTD message.
34+
- Removed old version checking.
2935

3036
1.7.2-2.2.0
3137

32-
+ Added StackFactory
33-
* Improved Stack Hashing
34-
* Improved Recipe Managers
35-
* Documentation
38+
+ Added StackFactory.
39+
* Improved Stack Hashing.
40+
* Improved Recipe Managers.
41+
* Documentation.
3642

3743
1.7.2-2.1.2
3844

39-
+ Added ItemStackHashMap
40-
* Renamed Tokenizer to Lexer
41-
* Fixed TileEntityInventory not saving itself
42-
* Improved Parsers
43-
* Minor improvements
44-
* Bugfixes
45+
+ Added ItemStackHashMap.
46+
* Renamed Tokenizer to Lexer.
47+
* Fixed TileEntityInventory not saving itself.
48+
* Improved Parsers.
49+
* Minor improvements.
50+
* Bugfixes.
4551

4652
1.7.2-2.1.1
4753

48-
+ Added FloatHashMaps and DoubleHashMaps
49-
* Bugfixes
50-
* Documentation
54+
+ Added FloatHashMaps and DoubleHashMaps.
55+
* Documentation.
56+
* Bugfixes.
5157

5258
1.7.2-2.1.0
5359

54-
+ Added new Tokenizer class
55-
+ Tokens have lexical types now
56-
* Improved Parser system
57-
* Fixed unhandled packets leaking
58-
* Bugfixes
60+
+ Added new Tokenizer class.
61+
+ Tokens have lexical types now.
62+
* Improved Parser system.
63+
* Fixed unhandled packets leaking.
64+
* Bugfixes.
5965

6066
1.7.2-2.0.0
6167

62-
+ Added Parser system
63-
+ Added CSFiles
64-
+ Added MaxRandom and MinRandom implementations of Random
65-
+ Added Enchantment Registry
66-
+ Added Potion Registry
67-
+ Added MOTD system
68-
* Seperated mod loader from actual mod
69-
* Made the update system even more customizable
70-
* Many internal changes
71-
* Structure changes
72-
* Cleanup
68+
+ Added Parser system.
69+
+ Added CSFiles.
70+
+ Added MaxRandom and MinRandom implementations of Random.
71+
+ Added Enchantment Registry.
72+
+ Added Potion Registry.
73+
+ Added MOTD system.
74+
* Seperated mod loader from actual mod.
75+
* Made the update system even more customizable.
76+
* Many internal changes.
77+
* Structure changes.
78+
* Cleanup.
7379

7480
1.7.2-1.1.0
7581

76-
+ Added recipe managers
77-
+ Added new custom block classes
78-
+ Added abstract world management classes
79-
* Made the update system more customizable
80-
* Bugfixes
81-
- Removed addon system
82+
+ Added recipe managers.
83+
+ Added new custom block classes.
84+
+ Added abstract world management classes.
85+
* Made the update system more customizable.
86+
* Bugfixes.
87+
- Removed addon system.
8288

8389
1.7.2-1.0.2
8490

85-
+ Added CSEntities
86-
* Fixed CSCrafting.addStorageBlock not working correctly
87-
* Fixed CustomPortal crash
88-
* Fixed crash when switching / reloading resource packs
89-
* Improved BaseMod
91+
+ Added CSEntities.
92+
* Improved BaseMod.
93+
* Fixed CSCrafting.addStorageBlock not working correctly.
94+
* Fixed CustomPortal crash.
95+
* Fixed crash when switching / reloading resource packs.
9096

9197
1.7.2-1.0.1
9298

93-
* Fixed crash if no mods register a command with CSCommands
94-
* Fixed crash if there are no more empty potion list entrys
99+
* Fixed crash if no mods register a command with CSCommands.
100+
* Fixed crash if there are no more empty potion list entrys.
95101

96102
1.7.2-1.0.0
97103

98-
! Update to 1.7.2
99-
+ Added MANY new classes and utilities
100-
+ Added Mod Updates GUI and commands (/mu)
101-
* Improved Mod Updates
102-
* Major structure changes
103-
* Performance improvements
104-
* Fixed MANY bugs
104+
> Update to 1.7.2.
105+
+ Added MANY new classes and utilities.
106+
+ Added Mod Updates GUI and commands (/mu).
107+
* Improved Mod Updates.
108+
* Performance improvements.
109+
* Major structure changes.
110+
* Fixed MANY bugs.
105111

106112
1.6.4-8
107113

108-
* Many internal changes
109-
* Fixed many bugs
114+
* Many internal changes.
115+
* Fixed many bugs.
110116

111117
1.6.4-7
112118

113-
* Renamed to "Clashsoft Lib"
114-
* Structure changes
119+
* Renamed to "Clashsoft Lib".
120+
* Structure changes.
115121

116122
1.6.4-6
117123

118-
+ Added thread update notifications (faster world loading)
119-
+ Added string utilities
120-
* Fixed update crash
124+
+ Added thread update notifications (faster world loading).
125+
+ Added string utilities.
126+
* Fixed update crash.
121127

122128
1.6.4-5
123129

124-
+ Added ">Restart" command
125-
+ Added string utilities
126-
+ Added Javadoc
130+
+ Added ">Restart" command.
131+
+ Added string utilities.
132+
+ Added Javadoc.
127133

128134
1.6.4-4
129135

130-
+ Added ">Update [modname]" command
136+
+ Added ">Update [modname]" command.
131137

132138
1.6.4-3
133139

134-
+ Automatic update downloading
140+
+ Automatic update downloading.
135141

136142
1.6.4-2
137143

138-
+ Added Update Checking
144+
+ Added Update Checking.
139145

140146
1.6.4-1
141147

142-
+ Seperated Clashsoft API from other Clashsoft mods
148+
+ Seperated Clashsoft API from other Clashsoft mods.

Diff for: build.gradle

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

@@ -42,8 +42,8 @@ minecraft
4242
}
4343
}
4444

45-
task deobfJar(type:Jar, dependsOn:'classes')
46-
deobfJar
45+
task devJar(type:Jar, dependsOn:'classes')
46+
devJar
4747
{
4848
classifier = 'deobf'
4949
archiveName = "${archivesBaseName}-${version}-dev.jar"
@@ -57,8 +57,8 @@ deobfJar
5757
}
5858
}
5959

60-
task sourceJar(type:Jar, dependsOn:'classes')
61-
sourceJar
60+
task srcJar(type:Jar, dependsOn:'classes')
61+
srcJar
6262
{
6363
classifier = 'sources'
6464
archiveName = "${archivesBaseName}-${version}-src.jar"
@@ -72,7 +72,7 @@ sourceJar
7272
}
7373
}
7474

75-
task buildApi(dependsOn:['build', 'sourceJar', 'deobfJar'])
75+
task buildApi(dependsOn:['build', 'srcJar', 'devJar'])
7676

7777
processResources
7878
{

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class CSLib extends ClashsoftMod
2929
public static final String MODID = "cslib";
3030
public static final String NAME = "Clashsoft Lib";
3131
public static final String ACRONYM = "cslib";
32-
public static final String VERSION = "1.7.10-2.4.1";
32+
public static final String VERSION = "1.7.10-2.4.2";
3333
public static final String DEPENDENCY = "required-after:" + MODID;
3434

3535
public static CSLib instance = new CSLib();

Diff for: version.txt

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
version=1.7.10-2.4.0
2-
url=https://github.com/Clashsoft/Clashsoft-Lib/releases/download/1.7.10-2.4.1/ClashsoftLib-1.7.10-2.4.1.jar
1+
version=1.7.10-2.4.2
2+
url=https://github.com/Clashsoft/Clashsoft-Lib/releases/download/1.7.10-2.4.2/ClashsoftLib-1.7.10-2.4.2.jar
33

4-
+ Added Color Constants
5-
+ Added a few String Utils
6-
* Improved CSRandom
7-
* Improved Mod Updates GUI
8-
* Fixed Mod Updates GUI not opening
9-
* Fixed potential removeRecipe crash
10-
* Fixed potential Update validation crash
4+
* Improved Update installation.
5+
* Improved Update Version comparator.
6+
* Improved Mod Updates GUI.

0 commit comments

Comments
 (0)