File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ curseforge {
158158 mainArtifact(remapJar)
159159
160160 addGameVersion project. minecraft_version
161+ addGameVersion " 1.21.6"
161162 addGameVersion ' Fabric'
162163 addGameVersion ' Java 21'
163164
@@ -189,7 +190,7 @@ modrinth {
189190 versionType = " ${ version_type} "
190191 changelog = rootProject. file(" docs/CHANGELOG.md" ). text
191192 uploadFile = remapJar
192- gameVersions = [ project. minecraft_version ]
193+ gameVersions = [ project. minecraft_version, " 1.21.6 " ]
193194 loaders = [' fabric' ]
194195
195196 dependencies {
Original file line number Diff line number Diff line change 1+ #### ** \[ Build 1.21.7-v2.14.0\] :**
2+
3+ - Initial 1.21.7 port ([ thanks to sarunint, #524 ] ( https://github.com/Aizistral-Studios/No-Chat-Reports/pull/524 ) );
4+ - Fixed unlocalized "Learn more" button in Realms warning screen ([ #525 ] ( https://github.com/Aizistral-Studios/No-Chat-Reports/issues/525 ) ).
5+
16#### ** \[ Build 1.21.6-v2.13.0\] :**
27
38- Initial 1.21.6 port ([ thanks to sarunint, #520 ] ( https://github.com/Aizistral-Studios/No-Chat-Reports/pull/520 ) );
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ curseforge {
195195 changelog = rootProject. file(' docs/CHANGELOG.md' )
196196
197197 addGameVersion project. minecraft_version
198+ addGameVersion " 1.21.6"
198199 addGameVersion " Java 21"
199200 addGameVersion " Forge"
200201
@@ -211,7 +212,7 @@ modrinth {
211212 versionType = " ${ version_type} "
212213 changelog = rootProject. file(" docs/CHANGELOG.md" ). text
213214 uploadFile = jar
214- gameVersions = [ project. minecraft_version ]
215+ gameVersions = [ project. minecraft_version, " 1.21.6 " ]
215216
216217 syncBodyFrom = rootProject. file(" docs/README.md" ). text
217218}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ forge_version=1.21.7-57.0.0
1010neoforge_version =21.7.0-beta
1111
1212# Mod Properties
13- mod_version =1.21.7-v2.13 .0
13+ mod_version =1.21.7-v2.14 .0
1414maven_group =com.aizistral.nochatreports
1515archives_base_name =NoChatReports-FABRIC
1616mod_id =nochatreports
Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ curseforge {
170170 changelog = rootProject. file(' docs/CHANGELOG.md' )
171171
172172 addGameVersion project. minecraft_version
173+ addGameVersion " 1.21.6"
173174 addGameVersion " Java 21"
174175 addGameVersion " NeoForge"
175176
@@ -186,7 +187,7 @@ modrinth {
186187 versionType = " ${ version_type} "
187188 changelog = rootProject. file(" docs/CHANGELOG.md" ). text
188189 uploadFile = jar
189- gameVersions = [ project. minecraft_version ]
190+ gameVersions = [ project. minecraft_version, " 1.21.6 " ]
190191
191192 syncBodyFrom = rootProject. file(" docs/README.md" ). text
192193}
You can’t perform that action at this time.
0 commit comments