File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
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.9"
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.9 " ]
193194 loaders = [' fabric' ]
194195
195196 dependencies {
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ org.gradle.jvmargs=-Xmx4G
33org.gradle.daemon =false
44
55# Toolchain Properties
6- minecraft_version =1.21.9
7- yarn_mappings =1.21.9 +build.1
6+ minecraft_version =1.21.10
7+ yarn_mappings =1.21.10 +build.1
88fabric_loader_version =0.17.2
9- forge_version =1.21.9-59 .0.0
10- neoforge_version =21.9.6 -beta
9+ forge_version =1.21.10-60 .0.0
10+ neoforge_version =21.10.1 -beta
1111
1212# Mod Properties
1313mod_version =1.21.9-v2.15.0
@@ -24,8 +24,8 @@ mod_license=WTFPL
2424
2525# Dependencies
2626fabric_version =0.134.0+1.21.9
27- mod_menu_version =15 .0.0
28- cloth_config_version =19 .0.147
27+ mod_menu_version =16 .0.0-rc.1
28+ cloth_config_version =20 .0.148
2929
3030# Dependencies in mods.toml
3131dep_forge =[59,)
You can’t perform that action at this time.
0 commit comments