File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ curseforge {
158158 mainArtifact(remapJar)
159159
160160 addGameVersion project. minecraft_version
161- addGameVersion ' 1.21'
161+ addGameVersion ' 1.21.2 '
162162 addGameVersion ' Quilt'
163163 addGameVersion ' Fabric'
164164 addGameVersion ' Java 21'
@@ -191,7 +191,7 @@ modrinth {
191191 versionType = " ${ version_type} "
192192 changelog = rootProject. file(" docs/CHANGELOG.md" ). text
193193 uploadFile = remapJar
194- gameVersions = [ project. minecraft_version, ' 1.21' ]
194+ gameVersions = [ project. minecraft_version, ' 1.21.2 ' ]
195195 loaders = [' fabric' , ' quilt' ]
196196
197197 dependencies {
Original file line number Diff line number Diff line change 1+ #### ** \[ Build 1.21.3-v2.10.0\] :**
2+
3+ - Initial 1.21.3 port ([ thanks Onako2, #491 ] ( https://github.com/Aizistral-Studios/No-Chat-Reports/pull/491 ) );
4+ - Renamed ` AES/X+Base64 ` algorithms to ` AES/X+Base64R ` in encryption config;
5+ - Algorithm names used in encrypted tag tooltip are now correctly localized.
6+
7+
18#### ** \[ Build 1.21.1-v2.9.0\] :**
29
310- Initial 1.21.1 port;
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ curseforge {
195195 changelog = rootProject. file(' docs/CHANGELOG.md' )
196196
197197 addGameVersion project. minecraft_version
198- addGameVersion ' 1.21'
198+ addGameVersion ' 1.21.2 '
199199 addGameVersion " Java 21"
200200 addGameVersion " Forge"
201201
@@ -212,7 +212,7 @@ modrinth {
212212 versionType = " ${ version_type} "
213213 changelog = rootProject. file(" docs/CHANGELOG.md" ). text
214214 uploadFile = jar
215- gameVersions = [ project. minecraft_version, ' 1.21' ]
215+ gameVersions = [ project. minecraft_version, ' 1.21.2 ' ]
216216
217217 syncBodyFrom = rootProject. file(" docs/README.md" ). text
218218}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ cloth_config_version=16.0.141
3030# Dependencies in mods.toml
3131dep_forge =[53,)
3232dep_neoforge =[21.0.0,)
33- dep_minecraft =[1.21,)
33+ dep_minecraft =[1.21.2 ,)
3434
3535# Publishing
3636curse_id =634062
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ curseforge {
170170 changelog = rootProject. file(' docs/CHANGELOG.md' )
171171
172172 addGameVersion project. minecraft_version
173- addGameVersion ' 1.21'
173+ addGameVersion ' 1.21.2 '
174174 addGameVersion " Java 21"
175175 addGameVersion " NeoForge"
176176
@@ -187,7 +187,7 @@ modrinth {
187187 versionType = " ${ version_type} "
188188 changelog = rootProject. file(" docs/CHANGELOG.md" ). text
189189 uploadFile = jar
190- gameVersions = [ project. minecraft_version, ' 1.21' ]
190+ gameVersions = [ project. minecraft_version, ' 1.21.2 ' ]
191191
192192 syncBodyFrom = rootProject. file(" docs/README.md" ). text
193193}
You can’t perform that action at this time.
0 commit comments