File tree Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 11import org.apache.tools.ant.taskdefs.condition.Os
22
33plugins {
4- id ' fabric-loom' version ' 1.7 -SNAPSHOT'
4+ id ' fabric-loom' version ' 1.8 -SNAPSHOT'
55 id ' maven-publish'
66 id " com.modrinth.minotaur" version " 2.+"
77 id " com.matthewprenger.cursegradle" version " 1.+"
@@ -158,6 +158,7 @@ curseforge {
158158 mainArtifact(remapJar)
159159
160160 addGameVersion project. minecraft_version
161+ addGameVersion ' 1.21'
161162 addGameVersion ' Quilt'
162163 addGameVersion ' Fabric'
163164 addGameVersion ' Java 21'
@@ -190,7 +191,7 @@ modrinth {
190191 versionType = " ${ version_type} "
191192 changelog = rootProject. file(" docs/CHANGELOG.md" ). text
192193 uploadFile = remapJar
193- gameVersions = [ project. minecraft_version ]
194+ gameVersions = [ project. minecraft_version, ' 1.21 ' ]
194195 loaders = [' fabric' , ' quilt' ]
195196
196197 dependencies {
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'
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 ' ]
215216
216217 syncBodyFrom = rootProject. file(" docs/README.md" ). text
217218}
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx4G
33org.gradle.daemon =false
44
55# Toolchain Properties
6- minecraft_version =1.21
7- yarn_mappings =1.21+build.2
8- fabric_loader_version =0.15.11
9- forge_version =1.21-51 .0.8
10- neoforge_version =21.0.16-beta
6+ minecraft_version =1.21.1
7+ yarn_mappings =1.21.1 +build.3
8+ fabric_loader_version =0.16.7
9+ forge_version =1.21.1-52 .0.24
10+ neoforge_version =21.1.73
1111
1212# Mod Properties
13- mod_version =1.21-v2.8 .0
13+ mod_version =1.21.1 -v2.9 .0
1414maven_group =com.aizistral.nochatreports
1515archives_base_name =NoChatReports-FABRIC
1616mod_id =nochatreports
@@ -23,7 +23,7 @@ mod_icon=assets/nochatreports/textures/misc/ncr_logo.png
2323mod_license =WTFPL
2424
2525# Dependencies
26- fabric_version =0.100.3 +1.21
26+ fabric_version =0.107.0 +1.21.1
2727mod_menu_version =11.0.0-rc.4
2828cloth_config_version =15.0.127
2929
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
2222 id ' eclipse'
2323 id ' idea'
2424 id " com.modrinth.minotaur" version " 2.+"
25- id ' net.neoforged.gradle.userdev' version ' 7.0.142 '
25+ id ' net.neoforged.gradle.userdev' version ' 7.0.145 '
2626}
2727
2828println (" Applying plugins..." )
@@ -170,6 +170,7 @@ curseforge {
170170 changelog = rootProject. file(' docs/CHANGELOG.md' )
171171
172172 addGameVersion project. minecraft_version
173+ addGameVersion ' 1.21'
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 ' ]
190191
191192 syncBodyFrom = rootProject. file(" docs/README.md" ). text
192193}
You can’t perform that action at this time.
0 commit comments